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>2024-01-17 16:02:25 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-01-17 16:39:29 +0300
commit2488adc042e8b83b626b3d90355eba3430179972 (patch)
treec8676ad492c5eaf534d6724b291b57ab38b98c7d /media/configs/traffic.json
parent62f08e877d564dd6b7d4d90bcb1bb0cef36f3cb7 (diff)
remove old files, codes, info
Diffstat (limited to 'media/configs/traffic.json')
-rw-r--r--media/configs/traffic.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/media/configs/traffic.json b/media/configs/traffic.json
deleted file mode 100644
index 63c3537e..00000000
--- a/media/configs/traffic.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "log": {
- "loglevel": "warning",
- "error": "./error.log"
- },
- "api": {
- "tag": "api",
- "services": ["HandlerService", "LoggerService", "StatsService"]
- },
- "inbounds": [
- {
- "tag": "api",
- "listen": "127.0.0.1",
- "port": 62789,
- "protocol": "dokodemo-door",
- "settings": {
- "address": "127.0.0.1"
- }
- }
- ],
- "outbounds": [
- {
- "protocol": "freedom",
- "settings": {}
- },
- {
- "tag": "blocked",
- "protocol": "blackhole",
- "settings": {}
- }
- ],
- "policy": {
- "levels": {
- "0": {
- "statsUserDownlink": true,
- "statsUserUplink": true
- }
- },
- "system": {
- "statsInboundDownlink": true,
- "statsInboundUplink": true
- }
- },
- "routing": {
- "domainStrategy": "IPIfNonMatch",
- "rules": [
- {
- "type": "field",
- "inboundTag": ["api"],
- "outboundTag": "api"
- },
- {
- "type": "field",
- "outboundTag": "blocked",
- "ip": ["geoip:private"]
- },
- {
- "type": "field",
- "outboundTag": "blocked",
- "protocol": ["bittorrent"]
- }
- ]
- },
- "stats": {}
-}