Files
OutFleet/xray-config.json

35 lines
557 B
JSON
Raw Normal View History

2025-09-29 11:19:11 +01:00
{
"log": {
"loglevel": "info"
},
"api": {
"tag": "api",
"listen": "0.0.0.0:10085",
"services": [
"HandlerService",
"LoggerService",
"StatsService"
]
},
"stats": {},
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true,
"statsOutboundDownlink": true,
"statsOutboundUplink": true
}
},
"inbounds": [],
"outbounds": [
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
}
],
"routing": {
"rules": []
}
}