x-ui/config/test_xray.json
2026-06-07 16:50:53 +02:00

17 lines
251 B
JSON

{
"log": {
"loglevel": "none"
},
"inbounds": [
{
"tag": "http-test-in",
"listen": "127.0.0.1",
"port": __INBOUND_PORT__,
"protocol": "http",
"settings": {}
}
],
"outbounds": [
__OUTBOUND__
]
}