Add VLESS+XHTTP Docker Compose project with nginx reverse proxy

This commit is contained in:
opencode
2026-05-18 13:03:30 +00:00
commit 5ae62f3704
4 changed files with 165 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"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"
}
]
}