Skip to content

Commit

Permalink
Merge pull request #8 from noclocks/develop
Browse files Browse the repository at this point in the history
feat: add new CNAME records
  • Loading branch information
jimbrig authored Feb 27, 2024
2 parents 9083ce5 + dbe543a commit 23825ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ D("noclocks.dev", REG_NONE
, DnsProvider(DSP_PORKBUN)
, ALIAS("@", "lixie.porkbun.com.")
, CNAME("*", "lixie.porkbun.com.")
, CNAME("blog", "39843493.group43.sites.hubspot.net.")
, CNAME("hub", "39843493.group43.sites.hubspot.net.")
, CNAME("docs", "noclocks.github.io.")
, CNAME("k2._domainkey", "dkim2.mcsv.net.")
, CNAME("k3._domainkey", "dkim3.mcsv.net.")
, CNAME("blog", "hashnode.network.")
, MX("@", 1, "fwd1.porkbun.com.")
, MX("@", 1, "fwd2.porkbun.com.")
, TXT("@", "v=spf1 include:_spf.porkbun.com ~all")
Expand Down

0 comments on commit 23825ea

Please sign in to comment.