proxy.pac for firefox
Tools->Options->Advanced->Network->Settings...->Automatic proxy configuration URL
function FindProxyForURL(url,host){
if(dnsDomainIs(host, ".blogspot.com")){
return "PROXY 72.14.219.190:80";
}
if(dnsDomainIs(host, ".wordpress.com")){
return "PROXY 72.232.101.41:80";
}
}
function FindProxyForURL(url,host){
if(dnsDomainIs(host, ".blogspot.com")){
return "PROXY 72.14.219.190:80";
}
if(dnsDomainIs(host, ".wordpress.com")){
return "PROXY 72.232.101.41:80";
}
}
Labels: 玻璃后面的生活
的确是个上blogger的好办法呀。
前两周注册的时候还能直接访问来着,这么快就被盾掉了,真郁闷 :(
Posted by
Raymond |
March 28, 2007 at 1:42 PM