From 109f34536977a428c7d1fc59acc199d3651761c2 Mon Sep 17 00:00:00 2001 From: betich Date: Wed, 22 Nov 2023 09:37:41 +0700 Subject: [PATCH] Update update.mjs --- update.mjs | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/update.mjs b/update.mjs index d3a098f..2cd47e3 100644 --- a/update.mjs +++ b/update.mjs @@ -51,13 +51,10 @@ const config = [ ['preview.freshmen2023.sgcu.in.th', 'CNAME', 'cname.vercel-dns.com'], // github - ['_github-challenge-isd-sgcu-org.isd.sgcu.in.th', 'TXT', '58ca596357'], - ['_github-challenge-isd-sgcu-org', 'TXT', '3df16b06cd'], - - // ['sgcu.in.th', 'A', '185.199.108.153'], - // ['sgcu.in.th', 'A', '185.199.109.153'], - // ['sgcu.in.th', 'A', '185.199.110.153'], - // ['sgcu.in.th', 'A', '185.199.111.153'], + ['sgcu.in.th', 'A', '185.199.108.153'], + ['sgcu.in.th', 'A', '185.199.109.153'], + ['sgcu.in.th', 'A', '185.199.110.153'], + ['sgcu.in.th', 'A', '185.199.111.153'], ] const zoneId = process.env.CLOUDFLARE_ZONE_ID