Skip to content

Commit

Permalink
Merge pull request #37 from noclocks/feature/gmail-hosting
Browse files Browse the repository at this point in the history
Change `MX` & `TXT` (`SPF`) records to configure GMail hosting
  • Loading branch information
jimbrig authored Apr 4, 2024
2 parents 89761ed + ae6827d commit 5b922ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ D("noclocks.dev", REG_NONE
, CNAME("ad3ak4dqkd3micxscovcihwulfyajce5._domainkey", "ad3ak4dqkd3micxscovcihwulfyajce5.dkim.custom-email-domain.stripe.com.")
, CNAME("bounce", "custom-email-domain.stripe.com.")
, CNAME("testimonials", "cname.testimonial.to.")
, MX("@", 1, "fwd1.porkbun.com.")
, MX("@", 1, "fwd2.porkbun.com.")
, TXT("@", "v=spf1 include:_spf.porkbun.com ~all")
, MX("@", 1, "smtp.google.com.")
, TXT("@", "v=spf1 include:_spf.google.com ~all")
, TXT("default._domainkey", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYsugL19bSGrFmBaj5D7mebgTI4CJbEodRIOoPetQmRGWwACeoKj3IQsI0f8Yyx8j9u6Q9IUIFJZ4TNnRP2aQHwC74O7gzA/GpNKsGHDUGPFH5f61DRj29QcmrYGTPwZPKf9zvJw4jl9vZihGJJh86zVgotMfivPQIF+8KHly3BwIDAQAB")
, TXT("_acme-challenge", "YfcZoPb1JoXtiwUP0k4aimMlw712-NxzrrIsxMAJJtY")
, TXT("_acme-challenge", "duFW0ARxb60Rd6snfskR9b4db08jaoGVrM_dGY-PUcA")
Expand Down

0 comments on commit 5b922ee

Please sign in to comment.