Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
6Kmfi6HP committed Sep 12, 2024
1 parent 9dee84f commit f9a1bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];
// let proxyIP = "[2a01:4f8:c2c:123f:64:5:6810:c55a]"

// Example: user:pass@host:port or host:port
let socks5Address = 'mute0857:Zxc13579@216.146.25.215:10858';
let socks5Address = '';
let socks5Relay = false;

if (!isValidUUID(userID)) {
Expand Down

0 comments on commit f9a1bd6

Please sign in to comment.