优快云 Blog is killing headache, So I decide to migrate my blog from csdn to google blogger.
If u cannot access my new blog: http://cholyjoe.blogspot.com, u can try the following tricks.
1. Copy the following content to a plaint text file, then rename this file to proxy.pac.
function FindProxyForURL(url, host)
{
if (!dnsDomainIs(host, ".blogspot.com"))
return DIRECT;
else
return "PROXY 72.14.219.190:80";
}
2. For Firefox users:
Tools->Options->Adavanced->Connections->Settings->Automatic proxy configuration URL->
input ur proxy.pac path.
3. For IE users:
Tools->Internet Options->LAN settings->Use automatic configuration script->
input ur proxy.pac path.
Note:
Another way is to reference my post privoxy + tor = ?
Thanks.
If u cannot access my new blog: http://cholyjoe.blogspot.com, u can try the following tricks.
1. Copy the following content to a plaint text file, then rename this file to proxy.pac.
function FindProxyForURL(url, host)
{
if (!dnsDomainIs(host, ".blogspot.com"))
return DIRECT;
else
return "PROXY 72.14.219.190:80";
}
2. For Firefox users:
Tools->Options->Adavanced->Connections->Settings->Automatic proxy configuration URL->
input ur proxy.pac path.
3. For IE users:
Tools->Internet Options->LAN settings->Use automatic configuration script->
input ur proxy.pac path.
Note:
Another way is to reference my post privoxy + tor = ?
Thanks.
由于优快云博客带来的一些困扰,作者决定将其博客迁移到Google Blogger,并分享了针对无法直接访问新博客的问题提供的一种解决方案——通过配置代理服务器来实现访问。

被折叠的 条评论
为什么被折叠?



