From bd8cc7c25a8473c2e51b4f40a68a825c5acb4a95 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Wed, 9 Oct 2024 11:37:46 +0800 Subject: [PATCH] Update proxy.js --- proxy.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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];