shadowsocks/v2ray-plugin-android

请问heroku ss ws协议 应该怎么设置参数?

xianren78 opened this issue · 0 comments

{
"tag": "heroku",
"protocol": "shadowsocks",
"settings": {
"servers": [{
"address": "heroku.herokuapp.com",
"port": 80,
"method": "aes-256-cfb",
"password": "pasd",
"ota": false
}]
},
"mux": {
"enabled": false
},
"streamSettings": {
"network": "ws"
}
},

只设置mode=ws 或者列上其他参数也都无法用。谢谢。