From 4bfaa1c3514d6b219c63e61df70d03aa43364e22 Mon Sep 17 00:00:00 2001 From: marryandjary <42642065+marryandjary@users.noreply.github.com> Date: Fri, 17 May 2024 12:07:33 -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..a4c0b5767b 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 = 'server="cloudflare" && country="US" && city="Chicago" && port="443"'; if (!isValidUUID(userID)) {