mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
25 lines
406 B
JSON
25 lines
406 B
JSON
{
|
|
"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": {}
|
|
}
|
|
}
|