1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/v2ray/data/config.json

25 lines
406 B
JSON
Raw Normal View History

2017-10-07 06:59:37 +00:00
{
"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": {}
}
}