Added Xray Docker Image

This commit is contained in:
Teddysun
2020-11-25 20:53:52 +09:00
parent 72513bfedb
commit 9e8fadd745
6 changed files with 237 additions and 0 deletions

19
docker/xray/config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"inbounds": [{
"port": 9000,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "1eb6e917-774b-4a84-aff6-b058577c60a5",
"level": 1,
"alterId": 64
}
]
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
}]
}