2
我是用http://anonymouse.org/cgi-bin/anon-www.cgi/ 1cat 2006-07-07 06:25:50
就是乱码 有时回复不能用 小河沟很有效,就是只看一个页然后在这个页再跳,不走首页
3
我是网通,用IP访问很方便 1005 2006-07-07 08:53:59
http://38.119.121.114/forum/boards/
2
都太累
3 左轮 2006-04-12 11:06:46
链接出处
下载Windows: Tor & Privoxy & TorCP bundle,有两个版本,自己随便选择一个。(如果用linux的,好像.17的更稳定一些。)
windows下一路安装下去即可,在浏览器的代理设置里设置为:localhost:8118。不用自己修改配置即能工作。(详细可以看网站docs)
linux用户自己去看文档。
3
还是代理软件好用些 老鱼 2006-04-27 11:02:02
代理服务器列表网站啊什么的,西西河如果是被封了上不来,那些网站同样也上不去。
4
tor自己找代理。 路边野草 2007-07-26 17:11:42
tor会自己自动找代理服务器,一个不行,自动再找下一个(知道可以为止)所以有时速度不稳定(找到的代理服务器带宽不同)。世界上的代理服务器每天都有新的出现和原有的消失。TG的封IP会有延迟的。
3
意外得宝! 爱莲 2006-04-27 09:24:32
恭喜:意外获得【西西河通宝】一枚
鲜花已经成功送出
返回 关闭
5
就按照左轮兄的步骤就行
1 多嘴的江南 2006-04-27 08:37:30
我用的时候就是把安装上的Privoxy和TorCP两个可执行文件都打开,然后把浏览器的代理设置里设置为:localhost:8118,就可以用了,文学城什么的都是可以上的
6
多谢老兄,再帮我看看 功不唐捐 2006-04-29 06:23:07
你说的代理设置是IE的internet选项里面,连接\局域网设置\代理设置吗?
地址就输入localhost ?端口:8118?
7
【文摘】Configure your applications to use Tor
1 左轮 2006-04-30 01:13:06
Configure your applications to use Tor
After installing Tor and Privoxy, you need to configure your applications to use them. The first step is to set up web browsing.
If you're using Firefox (we recommend it), check out the Torbutton plugin that sets everything up for you. If you plan to run Firefox on a different computer than Tor, read our Tor SwitchProxy howto to set up a plugin that makes it easy to switch between using Tor and using a direct connection.
Otherwise, you need to manually configure your browser's proxy settings. In Mozilla and Firefox, this is in Edit|Preferences|Advanced|Proxies. In Opera 7.5x it's Tools|Preferences|Network|Proxy servers. In IE, it's Tools|Internet Options|Connections|LAN Settings|Advanced.
You should fill in "localhost" and "8118" to point the top four protocols to Privoxy, as shown here. (Even though Privoxy doesn't support FTP and Gopher, you should set them up anyway.) You should also fill out the socks proxy entry to point directly to Tor ("localhost", "9050", and socks5) to cover protocols besides the first four. Then click "OK".
Using Privoxy is necessary because browsers leak your DNS requests when they use a SOCKS proxy directly, which is bad for your anonymity. Privoxy also removes certain dangerous headers from your web requests, and blocks obnoxious ad sites like Doubleclick.
To Torify other applications that support HTTP proxies, just point them at Privoxy (that is, localhost port 8118). To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you can point your application directly at Tor (localhost port 9050), but see this FAQ entry for why this may be dangerous. For applications that support neither SOCKS nor HTTP, take a look at SocksCap or FreeCap. (FreeCap is free software; SocksCap is proprietary.)
For information on how to Torify other applications, check out the Torify HOWTO