lewangdev / gost-install.ipynb

通过 Jupyter Notebook 安装 GOST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux客户端

pepsi2222 opened this issue · comments

请问在linux客户端下怎么配置呢?我是
gost -L=127.0.0.1:LOCAL_PORT -F=wss://USERNAME:PWD@SERVER_IP:SERVER_PORT,但失败了

服务器端是没问题的,windows和ios都能连上,linux客户端是ubuntu

发现是gost下错版本了。顺便给大家一点经验:
在客户端:
export http_proxy=http://localhost:LOCAL_PORT
export https_proxy=http://localhost:LOCAL_PORT
export ALL_PROXY=socks5://localhost:LOCAL_PORT
然后
set http_proxy
set https_proxy
就可以啦