diff --git a/update.mjs b/update.mjs index 23f0a4f..fa2df33 100644 --- a/update.mjs +++ b/update.mjs @@ -52,6 +52,13 @@ const config = [ // github pages ['_github-challenge-isd-sgcu-org.isd.sgcu.in.th', 'TXT', '58ca596357'], ['_github-challenge-isd-sgcu-org', 'TXT', '3df16b06cd'], + + // point your apex domain to github ips + + ['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