From b1d0c4df7a2e40616346f39957ecb74fcf8c488b Mon Sep 17 00:00:00 2001 From: SeyedFoad <104284524+SeyedFoad@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:09:23 +0330 Subject: [PATCH 1/2] Update _worker.js --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index 2150bc2..955952f 100644 --- a/_worker.js +++ b/_worker.js @@ -2,7 +2,7 @@ import { connect } from 'cloudflare:sockets'; // t.me/P_tech2024 // How to generate your own UUID: // [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()" -let userID = '2cd61524-9843-43ab-8a0a-df4a744bb859'; +let userID = '093452f7-40ee-435a-be19-8e987fa752b7'; const proxyIPs = ['mtn.ircf.space', 'mkh.ircf.space', 'mci.ircf.space', 'rtl.ircf.space']; let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)]; From 429eadb6cdc747c355c9bd600b8d7e7e2706c430 Mon Sep 17 00:00:00 2001 From: SeyedFoad <104284524+SeyedFoad@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:38:27 +0330 Subject: [PATCH 2/2] Update _worker.js --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index 955952f..6e9dc21 100644 --- a/_worker.js +++ b/_worker.js @@ -4,7 +4,7 @@ import { connect } from 'cloudflare:sockets'; // [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()" let userID = '093452f7-40ee-435a-be19-8e987fa752b7'; -const proxyIPs = ['mtn.ircf.space', 'mkh.ircf.space', 'mci.ircf.space', 'rtl.ircf.space']; +const proxyIPs = ['digitalocean.com', 'discord.com', 'musescore.com', 'medium.com']; let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)]; let dohURL = 'https://1.1.1.1/dns-query';