Skip to content

Commit

Permalink
add socks5Relay proxy all traffic to socks5Address
Browse files Browse the repository at this point in the history
  • Loading branch information
6Kmfi6HP committed Sep 12, 2024
1 parent f9a1bd6 commit 8e51913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];

// Example: user:pass@host:port or host:port
let socks5Address = '';
// socks5Relay is true, will proxy all traffic to socks5Address, otherwise socks5Address only be used for cloudflare ips
let socks5Relay = false;

if (!isValidUUID(userID)) {
Expand Down

0 comments on commit 8e51913

Please sign in to comment.