x-ui/config/default_xray.json
2026-06-07 13:39:55 +02:00

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": {}
}