Skip to content

Commit

Permalink
Update domain for RPKM66
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jun 29, 2023
1 parent 16c78f6 commit a82c4fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion update.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
const config = [
// https://github.com/example/link-to-source-here
// ['example.sgcu.in.th', 'CNAME', 'this-is-a.example.com'],
// ['_vercel.sgcu.in.th', 'TXT', 'vc-domain-verify=wallet.7th.stupid.hackathon.in.th,ffacee0fe9da5f8feb3b'],

// rpkm66
['api.freshmen2023.sgcu.in.th', 'CNAME', 'cname.deploys.app'],
[
'_cf-custom-hostname.api.freshmen2023.sgcu.in.th',
'TXT',
'12afedf9-ec5f-401d-a4fe-d2850d115a01',
],
]

const zoneId = process.env.CLOUDFLARE_ZONE_ID
Expand Down

0 comments on commit a82c4fe

Please sign in to comment.