Skip to content

Commit

Permalink
Merge branch 'hotfix/testimonial' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Mar 27, 2024
2 parents 0983e14 + b119ab1 commit f5d9222
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

### Features

- Add new cname record for testimonials sub-domain
- Add new TXT records for Stripe and Vercel
- Add new CNAME records for Stripe
- Add medium A records
Expand Down
2 changes: 1 addition & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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.")
, CNAME("testimonials", "cname.testimonial.to.")
, MX("@", 1, "fwd1.porkbun.com.")
, MX("@", 1, "fwd2.porkbun.com.")
, TXT("@", "v=spf1 include:_spf.porkbun.com ~all")
Expand Down
12 changes: 12 additions & 0 deletions reports/2024-03-27-Report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"domain": "noclocks.dev",
"corrections": 1,
"provider": "porkbun"
},
{
"domain": "noclocks.dev",
"corrections": 0,
"registrar": "none"
}
]

0 comments on commit f5d9222

Please sign in to comment.