various fixes

This commit is contained in:
2026-05-19 05:31:32 +08:00
parent 3248e88762
commit 15496563cc
4 changed files with 95 additions and 96 deletions
+54 -61
View File
@@ -1,63 +1,56 @@
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 6543,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true
}
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "nginx",
"port": 443,
"users": [
{
"id": "a142293d-1801-4e80-b309-ff3a5f70db8b",
"encryption": "none"
}
]
}
]
},
"streamSettings": {
"network": "xhttp",
"security": "tls",
"xhttpSettings": {
"mode": "stream-one",
"path": "/trapdoor"
},
"tlsSettings": {
"serverName": "localhost",
"allowInsecure": true
}
}
},
{
"tag": "direct",
"protocol": "freedom"
}
],
"routing": {
"domainStrategy": "IPOnDemand",
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "direct"
}
]
"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"
}
]
}
}