Skip to content

Commit

Permalink
Merge pull request #27 from noclocks/develop
Browse files Browse the repository at this point in the history
[Feature]: Add Testimonials Sub-Domain
  • Loading branch information
jimbrig authored Mar 27, 2024
2 parents 8d4654e + 594c75d commit 0983e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ D("noclocks.dev", REG_NONE
, CNAME("lzwub5fb3bv3v772nfrqoui6lezjdcxa._domainkey", "lzwub5fb3bv3v772nfrqoui6lezjdcxa.dkim.custom-email-domain.stripe.com.")
, CNAME("ad3ak4dqkd3micxscovcihwulfyajce5._domainkey", "ad3ak4dqkd3micxscovcihwulfyajce5.dkim.custom-email-domain.stripe.com.")
, CNAME("bounce", "custom-email-domain.stripe.com.")
, CNAME("testimonials", "cname.testimonials.to.")
, MX("@", 1, "fwd1.porkbun.com.")
, MX("@", 1, "fwd2.porkbun.com.")
, TXT("@", "v=spf1 include:_spf.porkbun.com ~all")
Expand Down

0 comments on commit 0983e14

Please sign in to comment.