Skip to content

Commit

Permalink
Update proxy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chaifeng committed Oct 9, 2024
1 parent 0b4e983 commit bd8cc7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit bd8cc7c

Please sign in to comment.