Added V2Ray Docker Image

This commit is contained in:
Teddysun
2019-11-07 22:12:45 +09:00
parent f2f3006c75
commit 34cce27c16
3 changed files with 133 additions and 0 deletions

24
docker/v2ray/config.json Normal file
View File

@@ -0,0 +1,24 @@
{
"log" : {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"inbounds": [{
"port": 9000,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "11c2a696-0366-4524-b8f0-9a9c21512b02",
"level": 1,
"alterId": 64
}
]
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
}]
}