2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-30 17:47:21 +01:00

add v2ray

This commit is contained in:
kev
2017-10-07 14:59:37 +08:00
parent dec8cbd67e
commit e500c40f2f
4 changed files with 51 additions and 0 deletions

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

@@ -0,0 +1,24 @@
{
"log" : {
"access": "/dev/stdout",
"error": "/dev/stderr",
"loglevel": "warning"
},
"inbound": {
"port": 8001,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "11111111-2222-3333-4444-555555555555",
"level": 1,
"alterId": 32
}
]
}
},
"outbound": {
"protocol": "freedom",
"settings": {}
}
}