56 lines
1014 B
JSON
56 lines
1014 B
JSON
{
|
|
"log": {
|
|
"loglevel": "debug"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 4343,
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"auth": "noauth",
|
|
"udp": true
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"tag": "proxy",
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"address": "nginx",
|
|
"port": 443,
|
|
"id": "bc95a789-4dcb-42ae-8d01-ca1dc41d9a33",
|
|
"encryption": "none",
|
|
"level": 0
|
|
},
|
|
"streamSettings": {
|
|
"network": "xhttp",
|
|
"xhttpSettings": {
|
|
"mode": "auto",
|
|
"path": "/trapdoor"
|
|
},
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"serverName": "nginx",
|
|
"allowInsecure": true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"tag": "direct",
|
|
"protocol": "freedom"
|
|
}
|
|
],
|
|
"routing": {
|
|
"domainStrategy": "IPIfNonMatch",
|
|
"rules": [
|
|
{
|
|
"ip": [
|
|
"geoip:private"
|
|
],
|
|
"outboundTag": "direct"
|
|
}
|
|
]
|
|
}
|
|
} |