From 86ef45201596a7a4f6f1928ba2976f2adbcc77c6 Mon Sep 17 00:00:00 2001 From: marryandjary <42642065+marryandjary@users.noreply.github.com> Date: Mon, 27 May 2024 08:57:02 -0400 Subject: [PATCH] Update worker-vless.js --- src/worker-vless.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker-vless.js b/src/worker-vless.js index 846129ba74..6fd83e53e5 100644 --- a/src/worker-vless.js +++ b/src/worker-vless.js @@ -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 = ''; +let proxyIP = 'marryandjary.cloudns.biz'; if (!isValidUUID(userID)) {