lewangdev / gost-install.ipynb

通过 Jupyter Notebook 安装 GOST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clash for Windows 怎么配置GOST

peterzhen40 opened this issue · comments

请教一下。

commented

不支持。如果还是要用的话,可以在windows上单独起动一个 gost,把 wss 代理转成 socks5 给 clash 使用,类似这样

直连自己的 vps

gost -L socks5://127.0.0.1:8086 -F wss://user:pass@your_vps_ip:443

cf proxy

gost -L socks5://127.0.0.1:8086 -F wss://user:pass@your_cf_domain:443

然后 clash 上面用 socks5 这个地址

了解,谢谢