Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
6Kmfi6HP committed Sep 13, 2024
1 parent ee81072 commit 34bc61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ let socks5Address = '';
// socks5Relay is true, will proxy all traffic to socks5Address, otherwise socks5Address only be used for cloudflare ips
let socks5Relay = false;

let sha224Password;

if (!isValidUUID(userID)) {
throw new Error('uuid is not valid');
}
Expand Down

0 comments on commit 34bc61d

Please sign in to comment.