Update server.json

This commit is contained in:
SQLimit 2022-11-17 16:54:00 +08:00 committed by GitHub
parent 9ad16b0ff6
commit 0f48ca813c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,16 @@
"streamSettings": { "streamSettings": {
"network": "ws", "network": "ws",
"wsSettings": { "wsSettings": {
"path": "" // path "path": "/Path2WS" // path
} }
} },
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
} }
], ],
"outbounds": [ "outbounds": [
@ -35,14 +42,15 @@
} }
], ],
"routing": { "routing": {
"domainStrategy": "AsIs", "domainStrategy": "IPIfNonMatch",
"rules": [ "rules": [
{ {
"type": "field", "type": "field",
"ip": [ "ip": [
"geoip:cn",
"geoip:private" "geoip:private"
], ],
"outboundTag": "blocked" "outboundTag": "block"
} }
] ]
} }