diff options
| author | mohammadmovaghari <52345697+mohammadmovaghari@users.noreply.github.com> | 2023-04-04 16:43:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 16:43:46 +0300 |
| commit | 5be9131078d0d30ea02bb847cc0835b36d1fc102 (patch) | |
| tree | ca3b769f274d43584e1e4c6b9e638b1dc178b593 /web/service/config.json | |
| parent | 87acb81496fd2aacb282460e95da05a89dc9a0e1 (diff) | |
| parent | 0e5de1aec8f3b090fce14638d7e0030ff7b7f40f (diff) | |
Merge pull request #1 from MHSanaei/main
update with main
Diffstat (limited to 'web/service/config.json')
| -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 |
