提醒: 滥用可能导致账户就被BAN!!!
-
变量 METHOD 如不需要,保持默认留空即可,自定义使用方式参考 https://github.com/ginuerzh/gost/ https://docs.ginuerzh.xyz/gost/
-
完成部署后,打开app ,显示404 page not found,表示部署成功
- v2ray ws tls:
{
"protocol": "socks",
"tag": "herokuapp",
"settings": {"servers": [{"address": "xxxxxxxxx.herokuapp.com": 443}]},
"streamSettings": {"network": "ws","security": "tls","tlsSettings": {"allowInsecure": false,"serverName": "xxxxxxxxx.herokuapp.com"},"wsSettings": {"path": "/ws","headers": {"Host": "xxxxxxxxx.herokuapp.com"}}}
}
- gost -L=:1080 -F=socks5+wss://xxxxxxxxx.herokuapp.com:443
- 参考IBMYes项目的这里,修改
url.hostname
为app分配到的xxxxxxxxx.herokuapp.com