From 21ee37049566c02bac0bc522ac919e116accfb95 Mon Sep 17 00:00:00 2001 From: marryandjary <42642065+marryandjary@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:20:10 +0800 Subject: [PATCH] Update worker-vless.js --- src/worker-vless.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/worker-vless.js b/src/worker-vless.js index b84c6cbf7b..ac7f3d5ebc 100644 --- a/src/worker-vless.js +++ b/src/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 = '6fa014dd-a6e7-42b7-b23d-f445d6afd588'; -let proxyIP = ''; +let proxyIP = 'workers.bestip.one'; if (!isValidUUID(userID)) {