Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-03 22:58:26 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-03 22:58:26 +0300
commit72f868506df4d8af7dce7d144ed1559cf27ba8dc (patch)
treefbab44024b1e554ea75a6a04764d8b5d1339e613
parent56850165a45184ac2617265be9642b108a8bd5d2 (diff)
IPIfNonMatch
-rw-r--r--web/service/config.json8
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