IPIfNonMatch

This commit is contained in:
MHSanaei 2023-04-03 23:28:26 +03:30
parent 56850165a4
commit 72f868506d

View file

@ -1,9 +1,8 @@
{
"log": {
"loglevel": "warning",
"loglevel": "warning",
"access": "./access.log"
},
"api": {
"services": [
"HandlerService",
@ -47,6 +46,7 @@
}
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"inboundTag": [
@ -56,10 +56,10 @@
"type": "field"
},
{
"outboundTag": "blocked",
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
@ -72,4 +72,4 @@
]
},
"stats": {}
}
}