diff --git a/_worker.js b/_worker.js index e011e416d..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 = ['cdn.xn--b6gac.eu.org', 'cdn-all.xn--b6gac.eu.org', 'workers.cloudflare.cyou']; +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)]; 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"