From 89322cacc62670286f9ad8aaa6fd61e9b9d346ef Mon Sep 17 00:00:00 2001 From: the35cm <87486397+the35cm@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:21:56 +0300 Subject: [PATCH] Update worker-vless.js upd 35cm --- 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 b84c6cbf7..a367bedf4 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 = '6566b20d-7b66-484b-9bd0-1fc937704cf6'; -let proxyIP = ''; +let proxyIP = '103.200.112.108'; if (!isValidUUID(userID)) {