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