diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-18 11:22:53 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-18 11:22:53 +0300 |
| commit | f781979d38d2698c3b6632516e85b32b57a29675 (patch) | |
| tree | 780a281698c9f02b3ff55888cfb51076296cfa4f /web/service/config.json | |
| parent | aba37be6eb0674ba38d651b191b9e693621efc11 (diff) | |
update - config
Diffstat (limited to 'web/service/config.json')
| -rw-r--r-- | web/service/config.json | 20 |
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 |
