Skip to content

Commit

Permalink
uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
3Kmfi6HP committed Jun 14, 2023
1 parent 000d8a4 commit bc1fce1
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 @@ -4,7 +4,7 @@ import { connect } from 'cloudflare:sockets';

// How to generate your own UUID:
// [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()"
let userID = 'd342d11e-d424-4583-b36e-524ab1f0afa4';
let userID = 'abb9883e-93de-4197-b4b3-68ad30419c7b';

let proxyIP = "64.68.192." + Math.floor(Math.random() * 255);

Expand Down

0 comments on commit bc1fce1

Please sign in to comment.