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
没有评论:
发表评论