Skip to content

Instantly share code, notes, and snippets.

@missuo
Created November 6, 2025 10:07
Show Gist options
  • Select an option

  • Save missuo/0201d315e0d5baf8c637095978c7c109 to your computer and use it in GitHub Desktop.

Select an option

Save missuo/0201d315e0d5baf8c637095978c7c109 to your computer and use it in GitHub Desktop.
{
"inbounds": [
{
"listen": "0.0.0.0",
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "xxxxxx",
"flow": ""
}
],
"decryption": "none"
},
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"path": "/missuo"
},
"security": "reality",
"realitySettings": {
"target": "tesla.com:443",
"serverNames": [
"tesla.com",
"www.tesla.com"
],
"privateKey": "xxxx",
"shortIds": [
"xxxx"
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
],
"outbounds": [
{
"tag": "direct",
"protocol": "shadowsocks",
"settings": {
"servers": [
{
"address": "1.1.1.1",
"port": 26001,
"password": "xxxxxxx",
"method": "2022-blake3-aes-256-gcm",
"uot": false
}
]
},
"streamSettings": {
"network": "tcp",
"security": "none",
"tcpSettings": {
"header": {
"type": "none"
}
}
}
},
{
"protocol": "blackhole",
"tag": "block"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment