Commit 40fd030c by chencong

更新pac

parent 1258e3d9
......@@ -2664,20 +2664,7 @@ var domains = {
var direct = 'DIRECT;';
var hasOwnProperty = Object.hasOwnProperty;
function fn1() {
    var xmlHttp = new XMLHttpRequest();
    xmlHttp.onreadystatechange = function() {
       if (xmlHttp.readyState == 4 && xmlHttp.status == 200) {
          var data = xmlHttp.responseText;
console.log(88888)
console.log(data)
       }
}
    xmlHttp.open("GET", "https://httpbin.org/ip", true);            
    xmlHttp.send();
}
fn1()
console.log(myIpAddress())
function FindProxyForURL(url, host) {
if (shExpMatch(url, "https:*weixin.sogou.com*")) {
return "PROXY 192.168.0.36:31128";
......
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