Mac下通过proxychains-ng配置thunderbird来访问gmail

国内的GFW太强大了,导致一些优秀的软件被墙,和我们关系比较大的就是gmail了。一般情况下,通过代理我们可以很容易实现客户端的访问,但客户端或者码农的终端要实现访问外 ,就需要自己配置了。

在Mac上可以通过proxychains-ng这个软件实现全局代理,再加上对thunderbird自身代理的配置之后就可以访问gmail了。

1)安装proxychains-ng

$ brew install proxychains-ng

[ProxyList]
# add proxy here …
# meanwile
# defaults set to “tor”
socks4  127.0.0.1 7070

3)在终端验证,proxychains-ng能够正常工作,具体是通过 proxychains4 + 命令:

$ proxychains4 curl google.com
[proxychains] config file found: /usr/local/Cellar/proxychains-ng/4.7/etc/proxychains.conf
[proxychains] preloading /usr/local/Cellar/proxychains-ng/4.7/lib/libproxychains4.dylib
[proxychains] DLL init
[proxychains] Strict chain  …  127.0.0.1:7070  …  google.com:80  …  OK


301 Moved

301 Moved


The document has moved
here.

4)上述验证成功了之后,再配置一下thunderbird就可以访问gmail 了,主要是填一下SOCKS Host和Port

Mac下通过proxychains-ng配置thunderbird来访问gmail

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2015年9月18日
下一篇 2015年9月18日

相关推荐