v2fly / config.json.template
zhepama's picture
Update config.json.template
e622494 verified
raw
history blame contribute delete
671 Bytes
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"port": 7860,
"protocol": "vmess",
"tag": "external",
"settings": {
"clients": [
{
"id": "env:UUID",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/ws"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}