一劳永逸

实在是被不断出现的网页不能访问烦透了,终于装了 Tor。根据 lucifer 的配置改了 config 。Done.

3 comments ↓

#1 Isaac Huang on 03.13.06 at 12:31 pm

如果想控制哪些站点直接访问哪些tor还是PAC方便些,比如:

function FindProxyForURL(url, host) { if (dnsDomainIs(host, “.blogspot.com”) || dnsDomainIs(host, “.geocities.com”) || dnsDomainIs(host, “.tldp.org”)|| dnsDomainIs(host, “.wikipedia.org”)|| dnsDomainIs(host, “.nibfile.com”)|| dnsDomainIs(host, “.mediawiki.org”)|| dnsDomainIs(host, “.wordpress.org”)|| dnsDomainIs(host, “.redchairsoftware.com”)|| dnsDomainIs(host, “config.privoxy.org”)|| dnsDomainIs(host, “.no-ip.com”)) return “PROXY 127.0.0.1:8118; DIRECT”; else return “DIRECT; PROXY 127.0.0.1:8118″; }

#2 Administrator on 03.14.06 at 11:00 am

不过貌似 Safari 用不了 PAC

#3 Isaac Huang on 03.16.06 at 10:55 pm

可以的,在Preferences->Advanced里头有~

Leave a Comment