Commit 51974066 by chencong

pac更新

parent 9c72b367
......@@ -2665,7 +2665,7 @@ var direct = 'DIRECT;';
var hasOwnProperty = Object.hasOwnProperty;
function FindProxyForURL(url, host) {
if (shExpMatch(url, "https:*weixin.sogou.com*")&&(isInNet(dnsResolve(host), "60.12.216.130", "60.12.216.130")) {
if (shExpMatch(url, "https:*weixin.sogou.com*")) {
return "PROXY 192.168.0.36:31128";
}
var suffix;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment