* 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
1 changed files with 11 additions and 3 deletions

View File

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