|
|
发表于 2006-7-28 21:36:05
|
显示全部楼层
http://tor.eff.org/docs/tor-doc-unix.html.en
上边是英文参考。里边有一个自动一键tor切换的浏览器插件,应该是好用
安装Privoxy主要是为了能够把别的代理方式转换成socks4a,主要就不用浏览器自己去DNS查询,增强安全性。下边有关于这个问题的FAQ.
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS
另外,我发现使用楼主说的方法不完全,很不安全,因为没有去掉Privoxy的log文件,Privoxy keeps a log file of everything passed through it. In order to stop this you will need to comment out two lines by inserting a # before the line. The two lines are:
logfile logfile
and the line
jarfile jarfile 另外还有tsocks的说明. http://tsocks.sourceforge.net/about.phptsocks Overview
SOCKS servers are a form of proxy that are commonly used in firewalled LAN environments to allow access between networks, and often to the Internet. The problem is that most applications don't know how to gain access through SOCKS servers. This means that network based applications that don't understand SOCKS are very limited in networks they can reach. An example of this is simple 'telnet'. If you're on a network firewalled from the internet with a SOCKS server for outside access, telnet can't use this server and thus can't telnet out to the Internet.
tsocks' role is to allow these non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary. |
|