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": {
"network": "ws",
"wsSettings": {
"path": "" // path
"path": "/Path2WS" // path
}
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
],
"outbounds": [
@ -35,14 +42,15 @@
}
],
"routing": {
"domainStrategy": "AsIs",
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"ip": [
"geoip:cn",
"geoip:private"
],
"outboundTag": "blocked"
"outboundTag": "block"
}
]
}