Merge 09a15894313c53189df240ce287afb425f300cd6 into 5d6676b34c5a559e24b54df856026f1667df92ef

This commit is contained in:
Dulcinea 2023-02-04 16:18:12 +08:00 committed by GitHub
commit 1a35e31dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,13 @@
"loglevel": "warning"
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"domainStrategy": "IPOnDemand",
"rules": [
{
"type": "field",
"ip": [
"geoip:cn"
"geoip:cn",
"geoip:private"
],
"outboundTag": "block"
}
@ -16,7 +17,6 @@
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 16387, //
"protocol": "vless",
"settings": {
@ -39,13 +39,6 @@
}
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
],