d2ray/v2ray/config.json

30 lines
458 B
JSON

{
"inbounds": [
{
"port": 8080,
"listen":"0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "{{ uuid }}",
"alterId": 64
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/{{ path }}"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}