diff --git a/proxy.js b/proxy.js index 22506ec..99e153b 100644 --- a/proxy.js +++ b/proxy.js @@ -10,8 +10,7 @@ var proxyBehaviors = { proxy: "SOCKS5 127.0.0.1:1080", // the default proxy direct: DIRECT, blocked: "PROXY 0.0.0.0:0", - "http_proxy": "PROXY 127.0.0.1:3128", - "companyProxy": "PROXY 192.168.1.1:8080", // domains list in `domain-rules-companyProxy.txt` will use this proxy setting + // "companyProxy": "PROXY 192.168.1.1:8080", // domains list in `domain-rules-companyProxy.txt` will use this proxy setting }; const default_behavior = DIRECT + "; " + proxyBehaviors[proxy];