优快云 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.