Skip to content

Commit

Permalink
Update worker-vless.js
Browse files Browse the repository at this point in the history
  • Loading branch information
V2RaySSR authored May 17, 2024
1 parent 551dc12 commit 18a48eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker-vless.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { connect } from 'cloudflare:sockets';
// [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()"
let userID = 'd342d11e-d424-4583-b36e-524ab1f0afa4';

let proxyIP = 'cdn.xn--b6gac.eu.org'; //workers.cloudflare.cyou bestproxy.onecf.eu.org cdn-all.xn--b6gac.eu.org cdn.xn--b6gac.eu.org
let proxyIP = 'cdn.xn--b6gac.eu.org'; // workers.cloudflare.cyou bestproxy.onecf.eu.org cdn-all.xn--b6gac.eu.org cdn.xn--b6gac.eu.org

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

0 comments on commit 18a48eb

Please sign in to comment.