惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
Project Zero
Project Zero
T
Tailwind CSS Blog
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
L
LINUX DO - 热门话题
Spread Privacy
Spread Privacy
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
The Hacker News
The Hacker News
C
Cisco Blogs
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
Scott Helme
Scott Helme
Security Archives - TechRepublic
Security Archives - TechRepublic
H
Heimdal Security Blog
博客园 - 【当耐特】
W
WeLiveSecurity
J
Java Code Geeks
Latest news
Latest news
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Troy Hunt's Blog
博客园 - Franky
月光博客
月光博客
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
PCI Perspectives
PCI Perspectives
博客园_首页
C
CERT Recently Published Vulnerability Notes
P
Proofpoint News Feed
P
Palo Alto Networks Blog
I
InfoQ
Security Latest
Security Latest
Hacker News: Ask HN
Hacker News: Ask HN
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
Help Net Security
Help Net Security
F
Full Disclosure
Cyberwarzone
Cyberwarzone
D
DataBreaches.Net
The Cloudflare Blog
S
Securelist
美团技术团队
C
Cybersecurity and Infrastructure Security Agency CISA
AI
AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events

博客园 - 面朝大海

MOSS微软教程 活动目录微软教程 Petshop教程、接口编程教程 asp.net 使用json 深入理解abstract class和interface 快速挤梦幻新区的技巧 - 面朝大海 - 博客园 全面剖析C#接口编程 CommunityServer 学习资源 Web 2.0 网站成功的关键 美化你的博客-推荐多个博客图标下载网站 动态创建DataGrid的模版列 强烈推荐:240多个jQuery插件 破解Office 2007激活? NUnit详细使用方法 NBear查找指定的列 MonoRail学习笔记系列文章 在非ASP.NET Web Project中创建和使用MonoRail Enterprise Library教程 asp.net 获得ip和mac地址
解决blogspot.com博客不能访问的自动代理方法
面朝大海 · 2007-12-15 · via 博客园 - 面朝大海

刚看到的,给大家分享一下。以前写过一篇相关的文章:解决Google的blogspot.com博客不能访问的方法

但是这个方法只能解决一个博客,如何批量的解决这个问题?一劳永逸的办法最好不过了。下面的方法我测试过了,确实不错,只要是blogspot.com下的所有子域名都可以通过自动设置代理服务器来达到访问的目的。以下内容来自:http://www.williamlong.info/info/archives/184.html
打开记事本(或者其他文本编辑器),将

小狼诺夫写的内容粘贴进去,并保存为proxy.pac文件。

function FindProxyForURL(url, host)
{
if ( dnsDomainIs(host, ".blogspot.com"))
return "PROXY 72.14.219.190:80";
else
return DIRECT;
}

打开IE-->工具-->internet选项-->连接-->局域网设置,选中使用自动配置文件。输入刚才新建的pac文件地址,如:file://c:/proxy.pac。这样你就可以在ie下正常访问blogspot.com网站了 。

打开Firefox-->工具-->选项-->高级-->网络-->设置;选中自动代理配置URL;输入输入刚才新建的pac文件地址,如:

file://c:/proxy.pac。这样你就可以在firefox下正常访问blogspot.com网站了。

我的是英文版的Firefox,跟上面说的有些不一样。打开Firefox-->tools-->Options-->Advanced-->network-->(connect----settings..);选中自动代理配置URL(Automatic proxy configuration URL)

其它方法:http://www.behindgfw.com/archives/2007/03/gfwblogspot.html
这个域名更搞笑behindgfw.com