From b4abfd860750109716ed6913924dcf3717623ad9 Mon Sep 17 00:00:00 2001 From: gedolz <122847178+gedolz@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:01:18 +0700 Subject: [PATCH 1/3] Update wrangler.toml --- wrangler.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 0bc94a41f..11aa73c0a 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -4,6 +4,15 @@ name = "cf-worker-ws-dev" # todo #main = "test/worker/worker-connect-test.js" main = "_worker.js" compatibility_date = "2023-05-26" +[[routes]] +pattern = "sg1.vvip-anakmami.my.id" +custom_domain = true +[[routes]] +pattern = "support.zoom.us.sg1.vvip-anakmami.my.id" +custom_domain = true +[[routes]] +pattern = "support.zoom.us.sg1.vvip-anakmami.my.id" +custom_domain = true [vars] # UUID = "d342d11e-d424-4583-b36e-524ab1f0afa4" @@ -12,4 +21,4 @@ compatibility_date = "2023-05-26" # NODE_ID = "1" # API_TOKEN = "example_dev_token" # API_HOST = "api.v2board.com" -UUID = "1b6c1745-992e-4aac-8685-266c090e50ea,89b64978-6244-4bf3-bf64-67ade4ce5c8f,d342d11e-d424-4583-b36e-524ab1f0afa4" +UUID = "4338d10c-23e1-4f99-9221-38138f2415b8" From 7d8e893e315710f54c0aca44e6a516646c8ef762 Mon Sep 17 00:00:00 2001 From: gedolz <122847178+gedolz@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:05:23 +0700 Subject: [PATCH 2/3] Update _worker.js --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index e011e416d..d23cc6394 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 พร็อกซีไอพีs = ['cdn.xn--b6gac.eu.org', 'cdn-all.xn--b6gac.eu.org', 'workers.cloudflare.cyou']; +const พร็อกซีไอพีs = ['168.138.165.174']; // if you want to use ipv6 or single พร็อกซีไอพี, please add comment at this line and remove comment at the next line let พร็อกซีไอพี = พร็อกซีไอพีs[Math.floor(Math.random() * พร็อกซีไอพีs.length)]; From 5ee5ead0e9f8de182935faa6ec0d8b6c205639bd Mon Sep 17 00:00:00 2001 From: gedolz <122847178+gedolz@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:25:16 +0700 Subject: [PATCH 3/3] Update _worker.js --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index d23cc6394..2085eca3e 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 พร็อกซีไอพีs = ['168.138.165.174']; +const พร็อกซีไอพีs = ['103.168.146.169']; // if you want to use ipv6 or single พร็อกซีไอพี, please add comment at this line and remove comment at the next line let พร็อกซีไอพี = พร็อกซีไอพีs[Math.floor(Math.random() * พร็อกซีไอพีs.length)];