mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-04 06:37:13 +00:00
40 lines
732 B
JSON
40 lines
732 B
JSON
{
|
|
"api": {
|
|
"services": [
|
|
"HandlerService",
|
|
"StatsService",
|
|
"RoutingService"
|
|
],
|
|
"listen": "127.0.0.1:62789",
|
|
"tag": "api"
|
|
},
|
|
"log": {
|
|
"access": "none",
|
|
"dnsLog": false,
|
|
"error": "",
|
|
"loglevel": "warning",
|
|
"maskAddress": ""
|
|
},
|
|
"policy": {
|
|
"levels": {
|
|
"0": {
|
|
"statsUserDownlink": true,
|
|
"statsUserOnline": true,
|
|
"statsUserUplink": true
|
|
}
|
|
},
|
|
"system": {
|
|
"statsInboundDownlink": true,
|
|
"statsInboundUplink": true,
|
|
"statsOutboundDownlink": true,
|
|
"statsOutboundUplink": true
|
|
}
|
|
},
|
|
"inbounds": [],
|
|
"outbounds": [],
|
|
"routing": {
|
|
"domainStrategy": "AsIs",
|
|
"rules": []
|
|
},
|
|
"stats": {}
|
|
}
|