Files
xray-hello-world/config/server.json
T
2026-05-19 05:31:32 +08:00

36 lines
661 B
JSON

{
"log": {
"loglevel": "debug"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 8080,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "bc95a789-4dcb-42ae-8d01-ca1dc41d9a33",
"level": 0,
"email": "oggioni.walter@gmail.com"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"mode": "auto",
"path": "/trapdoor"
},
"security": "none"
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}