From e48f2f862515cc250a364ab836933a19bd951296 Mon Sep 17 00:00:00 2001 From: ImSoZRious <30285202+ImSoZRious@users.noreply.github.com> Date: Tue, 4 Jul 2023 01:23:06 +0700 Subject: [PATCH 1/2] Update update.mjs --- update.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update.mjs b/update.mjs index 7f29260..1843ae7 100644 --- a/update.mjs +++ b/update.mjs @@ -4,11 +4,17 @@ const config = [ // rpkm66 ['api.freshmen2023.sgcu.in.th', 'CNAME', 'cname.deploys.app'], + ['pbeta.freshmen2023.sgcu.in.th', 'CNAME', 'cname.deploys.app'], [ '_cf-custom-hostname.api.freshmen2023.sgcu.in.th', 'TXT', '12afedf9-ec5f-401d-a4fe-d2850d115a01', ], + [ + '_cf-custom-hostname.pbeta.freshmen2023.sgcu.in.th', + 'TXT', + '2cc0ed7f-7c83-443c-b941-cd1d2aeb285d', + ], [ '_github-challenge-isd-sgcu-org.preview.freshmen2023.sgcu.in.th', 'TXT', From 689172c1420bdaff57b404952b67f39aebf306f6 Mon Sep 17 00:00:00 2001 From: ImSoZRious <30285202+ImSoZRious@users.noreply.github.com> Date: Tue, 4 Jul 2023 01:41:55 +0700 Subject: [PATCH 2/2] Update update.mjs --- update.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update.mjs b/update.mjs index 1843ae7..d4a59a3 100644 --- a/update.mjs +++ b/update.mjs @@ -5,6 +5,7 @@ const config = [ // rpkm66 ['api.freshmen2023.sgcu.in.th', 'CNAME', 'cname.deploys.app'], ['pbeta.freshmen2023.sgcu.in.th', 'CNAME', 'cname.deploys.app'], + ['sso-mock.freshmen2023.sgcu.in.th', 'CNAME', 'cname.deploys.app'], [ '_cf-custom-hostname.api.freshmen2023.sgcu.in.th', 'TXT', @@ -15,6 +16,11 @@ const config = [ 'TXT', '2cc0ed7f-7c83-443c-b941-cd1d2aeb285d', ], + [ + '_cf-custom-hostname.sso-mock.freshmen2023.sgcu.in.th', + 'TXT', + '36b970f5-e477-41d3-b185-9aff9f615ad1', + ], [ '_github-challenge-isd-sgcu-org.preview.freshmen2023.sgcu.in.th', 'TXT',