diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-03 22:58:26 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-03 22:58:26 +0300 |
| commit | 72f868506df4d8af7dce7d144ed1559cf27ba8dc (patch) | |
| tree | fbab44024b1e554ea75a6a04764d8b5d1339e613 | |
| parent | 56850165a45184ac2617265be9642b108a8bd5d2 (diff) | |
IPIfNonMatch
| -rw-r--r-- | web/service/config.json | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
