互联网服务应当根植于传统业务之上
* 复制以下内容到记事本: * function FindProxyForURL(url,host){ if(dnsDomainIs(host, ".blogspot.com")){ return "PROXY 72.14.219.190:80"; } } * 另存为 proxy.pac 到 C 盘根目录下,打开 Firefox,依次点击工具->选项-> 高级->网络->设置...->选中自动代理配置URL,添加:file:///C:/proxy.pac ,点击重新载入,OK!
* 复制以下内容到记事本:
回复删除*
function FindProxyForURL(url,host){
if(dnsDomainIs(host, ".blogspot.com")){
return "PROXY 72.14.219.190:80";
}
}
* 另存为 proxy.pac 到 C 盘根目录下,打开 Firefox,依次点击工具->选项-> 高级->网络->设置...->选中自动代理配置URL,添加:file:///C:/proxy.pac ,点击重新载入,OK!