因为v2ray 中vmess是较为广泛的协议,支持的设备也多,个人感觉没必要弄太多协议
部署后,访问直接页面为404,但是不影响使用
"outbounds":
"outbounds": [
{
"tag": "proxy",
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "xxxx.herokuapp.com",
"port": 443,
"users": [
{
"id": "24b4b1e1-7a89-45f6-858c-242cf53b5bdc",
"alterId": 0,
"email": "[email protected]",
"security": "none"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false
},
"wsSettings": {
"path": "/wowowowo"
}
}
}
]