diff --git a/worker-vless.js b/worker-vless.js index bbe6d54..398d9a6 100644 --- a/worker-vless.js +++ b/worker-vless.js @@ -4,9 +4,9 @@ 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 = 'a5c8c16b-974b-4155-b2e8-381beed39dfc‘; -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 = '162.159.140.53'; // 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');