From ce19501dc6eee4d9f198e40797547d6dd9652261 Mon Sep 17 00:00:00 2001 From: Gensetpw Date: Thu, 14 Nov 2024 11:02:08 +0700 Subject: [PATCH] Update wrangler.toml --- wrangler.toml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 05ac53c..46a695e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,11 +1,27 @@ -name = "cf-worker-ws-dev" +name = "sg" main = "_worker.js" compatibility_date = "2023-05-26" # node_compat = true workers_dev = true +[[routes]] +pattern = "sg.bianalwari.cloud" +custom_domain = true +[[routes]] +pattern = "cf.shopee.co.id.sg.bianalwari.cloud" +custom_domain = true +[[routes]] +pattern = "upload.wetv.vip.sg.bianalwari.cloud" +custom_domain = true +[[routes]] +pattern = "df.game.naver.com.indonesia.suryalawari.my.id" +custom_domain = true +[[routes]] +pattern = "care.pmang.game.naver.com.indonesia.suryalawari.my.id" +custom_domain = true + [vars] # PROXYIP = "211.230.110.231:50008" -UUID = "1b6c1745-992e-4aac-8685-266c090e50ea" +UUID = "f12416f5-32e2-4a50-b1fb-4bf3bb5bc029" # SOCKS5 = "127.0.0.1:1080" # SOCKS5_RELAY = "true"