mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-30 17:47:21 +01:00
add v2ray
This commit is contained in:
24
v2ray/data/config.json
Normal file
24
v2ray/data/config.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user