2,tor是匿名软件,并不是翻墙软件,所以需要前置翻墙软件,再用tor匿名。
2.1,用vpn/vpn gate的翻墙话就简单,什么都不用就直接再用tor。
除此之外,可以用翻墙赛风3、自由门、无界前置翻墙。
然后tor vidalia就要设置,不用网墙,用代理socks5,127.0.0.1,端口按翻墙软件的端口,比如无界是9666,自由门是8580。 (我是把翻墙软件的端口都设置为9666,这样tor vidalia就都是设置9666,不用反复修改了)。
2.2,最后一步,设置chome用SwitchyOmega,选项-新建情景模式-代理服务器设置,socks5,127.0.0.1,代理端口9050。
2.3,邮件客户端可以设置tor收发邮件,socks5,127.0.0.1,代理端口9050。其他软件类似。
3,官方已经不再更新vidalia,所以也可以用一直更新的Tor Browser作为代理。这个更简单,不过貌似速度慢些。
3.1,直接设置chome用SwitchyOmega,选项-新建情景模式-代理服务器设置,socks5,127.0.0.1,代理端口9150。
3.2,邮件客户端也可以用Tor Browser做代理收发邮件,设置为socks5,127.0.0.1,代理端口9150。其他软件类似。
------------------------------------------------------------------------------------------------------------------------
When using goagent, I can create free GAE accounts and use them in goagent. So a question for meek, can I build my own free bridges and use them in Tor browser?
dcf said:
August 18, 2014
Yes, you can do that. The public appid we are running is meek-reflect.appspot.com. The source code for the App Engine component is at https://gitweb.torproject.org/pluggable-transports/meek.git/tree/HEAD:/…. Instructions for uploading it are at https://gitweb.torproject.org/pluggable-transports/meek.git/blob/HEAD:/…. You will have to put your own appid in https://gitweb.torproject.org/pluggable-transports/meek.git/blob/HEAD:/… (replacing "meek-reflect").
You will have to manually enter a bridge line in your Tor Browser configuration. It will look like:
meek 0.0.2.0:1 url=https://appid.appspot.com/ front=www.google.com
To get the source code, use
git clone https://git.torproject.org/pluggable-transports/meek.git