We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为 GFW 的存在让我们一直无法畅快地浏览网站、使用软件、开发程序,现在就这几个方面一一展开说明。
外网服务器
你可以自己搭一个,也可以买一个服务,建议买一个,省事很多。我是在 枫叶主机 上买的,速度还不错,价钱也合适。
ShadowsocksX-NG
下载地址: https://github.com/shadowsocks/ShadowsocksX-NG
不会使用的同学可以查看 https://help.fengye.la/replay/sub_mac.html 来学习。
下载地址: https://chrome.google.com/webstore/detail/padekgcemlokbadohgkifijomclgjgif
可以在浏览器中方便地针对某些网站使用 SS 。
下载地址: https://www.proxifier.com
它可以让你自己添加软件到 rules 中,这样你的这些软件就可以使用 SS 来科学上网了。比如 Telegram、Signal、 Terllo 等就可以畅快地使用了。
Telegram
Signal
Terllo
比较麻烦,还要关闭 Mac 的 SIP:
csrutil disable
csrutil status
自己编译安装:
git clone [email protected]:rofl0r/proxychains-ng.git
cd proxychains-ng
./configure
make && make install
cd .. && rm -rf proxychains-ng
修改配置,配置文件在 /etc/proxychains.conf:
/etc/proxychains.conf
# proxychains.conf VER 4.x strict_chain chain_len = 1 proxy_dns remote_dns_subnet 224 tcp_read_time_out 15000 tcp_connect_time_out 8000 localnet 127.0.0.0/255.0.0.0 [ProxyList] socks5 127.0.0.1 1086
然后就大功告成了,试试:
最近在玩 Go,安装 golang.org/x 下的安装包的时候发现 proxychains4 go get 竟然不能正确地安装,原因是 proxychains 是通过修改动态加载库来实现代理,但go是静态编译的,因此,proxychains无法代理go。
proxychains4 go get
幸好 ShadowsocksX-NG 提供了 http 代理,在.zshrc 添加:
.zshrc
alias p-on='export http_proxy=127.0.0.1:1087;export https_proxy=$http_proxy' alias p-off='unset http_proxy;unset https_proxy'
在终端下,p-on 可以打开 http 代理,p-off 可以关闭 http 代理
p-on
p-off
现在使用 clashX 就够了
向我捐助 | 关于我 | 工作机会
The text was updated successfully, but these errors were encountered:
有Proxifier就不需要proxychains4了。而且ShadowsocksX-NG自带了http的代理。
Sorry, something went wrong.
@Dcatfly Proxifier 不能在终端使用吧
@riskers 可以指定程序,比如你用curl,那么可以在规则中添加curl。我一般用ShadowsocksX-NG里面的http代理,拷贝粘贴到终端即可。
No branches or pull requests
因为 GFW 的存在让我们一直无法畅快地浏览网站、使用软件、开发程序,现在就这几个方面一一展开说明。
事先准备
外网服务器
你可以自己搭一个,也可以买一个服务,建议买一个,省事很多。我是在 枫叶主机 上买的,速度还不错,价钱也合适。
ShadowsocksX-NG
下载地址: https://github.com/shadowsocks/ShadowsocksX-NG
不会使用的同学可以查看 https://help.fengye.la/replay/sub_mac.html 来学习。
SwitchyOmega - 浏览器科学上网
下载地址: https://chrome.google.com/webstore/detail/padekgcemlokbadohgkifijomclgjgif
可以在浏览器中方便地针对某些网站使用 SS 。
Proxifier - GUI 软件科学上网
下载地址: https://www.proxifier.com
它可以让你自己添加软件到 rules 中,这样你的这些软件就可以使用 SS 来科学上网了。比如
Telegram
、Signal
、Terllo
等就可以畅快地使用了。proxychains4 - 终端科学上网
比较麻烦,还要关闭 Mac 的 SIP:
csrutil disable
csrutil status
自己编译安装:
git clone [email protected]:rofl0r/proxychains-ng.git
cd proxychains-ng
./configure
make && make install
cd .. && rm -rf proxychains-ng
修改配置,配置文件在
/etc/proxychains.conf
:然后就大功告成了,试试:
2018.11.14 updated
幸好 ShadowsocksX-NG 提供了 http 代理,在
.zshrc
添加:在终端下,
p-on
可以打开 http 代理,p-off
可以关闭 http 代理2022.7.27 updated
现在使用 clashX 就够了
The text was updated successfully, but these errors were encountered: