Files
trihuy-russian/web/service/config.json
T

83 lines
1.5 KiB
JSON
Raw Normal View History

2023-02-09 22:48:06 +03:30
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "tunnel",
"settings": {
"rewriteAddress": "127.0.0.1"
},
"tag": "api"
}],
2023-02-09 22:48:06 +03:30
"log": {
"access": "none",
"dnsLog": false,
2024-09-24 11:38:10 +02:00
"error": "",
"loglevel": "warning",
"maskAddress": ""
2023-02-09 22:48:06 +03:30
},
"metrics": {
"listen": "127.0.0.1:11111",
"tag": "metrics_out"
2023-02-09 22:48:06 +03:30
},
"outbounds": [{
2023-02-09 22:48:06 +03:30
"protocol": "freedom",
2024-03-11 00:08:57 +03:30
"settings": {
"domainStrategy": "AsIs"
},
"tag": "direct"
2023-02-09 22:48:06 +03:30
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
2023-02-09 22:48:06 +03:30
}
],
"policy": {
"levels": {
"0": {
2023-04-18 10:22:04 +04:30
"statsUserDownlink": true,
"statsUserUplink": true
2023-02-09 22:48:06 +03:30
}
},
"system": {
"statsInboundDownlink": true,
2024-02-04 13:02:28 +03:30
"statsInboundUplink": true,
2025-01-26 11:22:42 +01:00
"statsOutboundDownlink": false,
"statsOutboundUplink": false
2023-02-09 22:48:06 +03:30
}
},
"routing": {
2024-03-11 00:08:57 +03:30
"domainStrategy": "AsIs",
"rules": [{
2023-05-18 11:52:53 +03:30
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
2023-02-09 22:48:06 +03:30
},
{
2023-05-18 11:52:53 +03:30
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
2023-02-09 22:48:06 +03:30
},
{
"outboundTag": "blocked",
2023-05-18 11:52:53 +03:30
"protocol": [
"bittorrent"
],
"type": "field"
2023-02-09 22:48:06 +03:30
}
]
},
"stats": {}
}