Commit 9c72b367 by chencong

pac更新

parent 7fcd26d4
......@@ -2664,10 +2664,8 @@ var domains = {
var direct = 'DIRECT;';
var hasOwnProperty = Object.hasOwnProperty;
console.log(565655555555555555)
console.log(myIpAddress())
function FindProxyForURL(url, host) {
if (shExpMatch(url, "https:*weixin.sogou.com*")) {
if (shExpMatch(url, "https:*weixin.sogou.com*")&&(isInNet(dnsResolve(host), "60.12.216.130", "60.12.216.130")) {
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