Skip to content

Commit

Permalink
feat: update DNS records with new email hosting records
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Feb 26, 2024
1 parent b069d6e commit 494f84d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ D("noclocks.dev", REG_NONE, DnsProvider(DSP_PORKBUN),
CNAME("www", "noclocks.dev."),
CNAME("docs", "noclocks.github.io."),
TXT("_github-pages-challenge-noclocks", "8c88c3f5791a75585aedc0a0e821fb"),
CNAME("blog", "39843493.group43.sites.hubspot.net.")
CNAME("blog", "39843493.group43.sites.hubspot.net."),
MX("@", "fwd1.porkbun.com"),
MX("@", "f2d2.porkbun.com"),
TXT("@", "v=spf1 include:_spf.porkbun.com ~all"),
TXT("default._domainkey", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5wVNukpz+fpCVe3pTPph5GNNgljwTdL43ykZ2P4Vm/HiwFqsGGpuZaMhbVJtmmnItAAjdQfCqITYvMbQFU0DYAZpJencyelIU4bznlZM8NvwPlFo9so2C1zDfUs2Y9rgF71+4V/fyu3tXa0r8l8r6STpYGB0GsmL6idTZy3PJKQIDAQAB"),
TXT("_dmarc", "v=DMARC1; p=quarantine; rua=mailto:[email protected]; ruf=mailto:[email protected]; fo=1")
);

0 comments on commit 494f84d

Please sign in to comment.