2007年4月7日星期六

Ubuntu下访问blogspot

网上看到访问被封杀的blogspot的方法。

1. 修改/etc/hosts文件
加入
72.14.219.190 mocibb.blogspot.com

2.新建proxy.pac, 设置为firefox的自动加载脚本。
function FindProxyForURL(url,host){
if(dnsDomainIs(host, ".blogspot.com")){
return "PROXY 72.14.219.190:80";
}
}

参考:
1.http://my.opera.com/fermi/blog/2007-03-22-how-to-visit-the-banned-blogspot

没有评论: