Skip to content

Commit

Permalink
Removed UUID.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Feb 4, 2024
1 parent 263ee04 commit aae973f
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 @@ -6,7 +6,7 @@ import { connect } from "cloudflare:sockets";

// How to generate your own UUID:
// https://www.uuidgenerator.net/
let userID = "55b58f6a-699f-47eb-b091-ed47c5a5e878";
let userID = "XXXX";

const proxyIPs = ['cdn.xn--b6gac.eu.org', 'cdn-all.xn--b6gac.eu.org', 'edgetunnel.anycast.eu.org'];

Expand Down

0 comments on commit aae973f

Please sign in to comment.