Files
xray-hello-world/config/server.json
T

33 lines
745 B
JSON

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "/dev/shm/xray.sock,0666",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "a142293d-1801-4e80-b309-ff3a5f70db8b"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"mode": "stream-one",
"path": "/trapdoor"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}