mirror of
https://github.com/teddysun/across.git
synced 2025-10-17 18:15:53 +08:00
Added V2Ray Docker Image
This commit is contained in:
24
docker/v2ray/config.json
Normal file
24
docker/v2ray/config.json
Normal 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": {}
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user