From 48787119d444a7c387e75eccbfd1bcce0766f200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SonzaiX=20=E3=82=B7?= Date: Sat, 27 Apr 2024 08:36:35 +0700 Subject: [PATCH] Proxy PT Biznet Gio Nusantara --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index e01c30326..724bf5b45 100644 --- a/_worker.js +++ b/_worker.js @@ -5,7 +5,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'; -const proxyIPs = ['35.219.50.99']; +const proxyIPs = ['103.150.92.161']; // if you want to use ipv6 or single proxyIP, please add comment at this line and remove comment at the next line let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];