* Update server.json

* Update server.json
This commit is contained in:
SQLimit 2022-11-21 08:04:36 +08:00 committed by GitHub
parent 0c9e05e948
commit 17925d2307
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,11 +42,12 @@
} }
], ],
"routing": { "routing": {
"domainStrategy": "AsIs", "domainStrategy": "IPIfNonMatch",
"rules": [ "rules": [
{ {
"type": "field", "type": "field",
"ip": [ "ip": [
"geoip:cn",
"geoip:private" "geoip:private"
], ],
"outboundTag": "blocked" "outboundTag": "blocked"