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
path: root/web
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-05-18 11:22:53 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-18 11:22:53 +0300
commitf781979d38d2698c3b6632516e85b32b57a29675 (patch)
tree780a281698c9f02b3ff55888cfb51076296cfa4f /web
parentaba37be6eb0674ba38d651b191b9e693621efc11 (diff)
update - config
Diffstat (limited to 'web')
-rw-r--r--web/service/config.json20
1 files changed, 15 insertions, 5 deletions
diff --git a/web/service/config.json b/web/service/config.json
index 9d8d2d9f..57dfa323 100644
--- a/web/service/config.json
+++ b/web/service/config.json
@@ -6,7 +6,11 @@
},
"api": {
"tag": "api",
- "services": ["HandlerService", "LoggerService", "StatsService"]
+ "services": [
+ "HandlerService",
+ "LoggerService",
+ "StatsService"
+ ]
},
"inbounds": [
{
@@ -47,20 +51,26 @@
"rules": [
{
"type": "field",
- "inboundTag": ["api"],
+ "inboundTag": [
+ "api"
+ ],
"outboundTag": "api"
},
{
"type": "field",
"outboundTag": "blocked",
- "ip": ["geoip:private"]
+ "ip": [
+ "geoip:private"
+ ]
},
{
"type": "field",
"outboundTag": "blocked",
- "protocol": ["bittorrent"]
+ "protocol": [
+ "bittorrent"
+ ]
}
]
},
"stats": {}
-}
+} \ No newline at end of file