diff --git a/web/service/config.json b/web/service/config.json index 5370fcf4..34e2038f 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -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": {} -} +} \ No newline at end of file