diff options
Diffstat (limited to 'web')
| -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 |
