点击下面按钮部署,好用的话记得点个Star:
streamSettings固定不可更改。
prot 固定不可更改。
vmess+ws+tls(tls由Heroku处理)
{
"listen": "0.0.0.0",
"port": 12345,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "59e385e3-9bb2-4caa-a96b-fa5e0fbcdb54",
"level": 0,
"alterId": 0,
"email": "[email protected]"
}
],
"disableInsecureEncryption": false
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"acceptProxyProtocol": false,
"path": "${Xray_Path}"
}
}
}
vless+ws+tls
{
"listen": "0.0.0.0",
"port": 12345,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "59e385e3-9bb2-4caa-a96b-fa5e0fbcdb54"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"acceptProxyProtocol": false,
"path": "${Xray_Path}"
}
}
}