Skip to content

Commit

Permalink
[develop]: add dev subdomain for development deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
phoward38 committed May 11, 2024
1 parent 0c42b16 commit f1c2686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ D("noclocks.dev", REG_NONE
, A("medium", "162.159.153.4")
, ALIAS("@", "lixie.porkbun.com.")
, CNAME("*", "lixie.porkbun.com.")
, CNAME("dev", "ghs.googlehosted.com.")
, CNAME("ad3ak4dqkd3micxscovcihwulfyajce5._domainkey", "ad3ak4dqkd3micxscovcihwulfyajce5.dkim.custom-email-domain.stripe.com.")
, CNAME("cgktxy47vh5wl4ghp5hdgk6tnmy62zbl._domainkey", "cgktxy47vh5wl4ghp5hdgk6tnmy62zbl.dkim.custom-email-domain.stripe.com.")
, CNAME("cwisojmcg2hxnv5mu6p75xj554z25eoa._domainkey", "cwisojmcg2hxnv5mu6p75xj554z25eoa.dkim.custom-email-domain.stripe.com.")
, CNAME("gkyumb4mjcb52t3ijd7ri3cvxcsn5wzd._domainkey", "gkyumb4mjcb52t3ijd7ri3cvxcsn5wzd.dkim.custom-email-domain.stripe.com.")
, CNAME("lzwub5fb3bv3v772nfrqoui6lezjdcxa._domainkey", "lzwub5fb3bv3v772nfrqoui6lezjdcxa.dkim.custom-email-domain.stripe.com.")
, CNAME("manc63vpfqdyzxpefcyuhkc6a226isin._domainkey", "manc63vpfqdyzxpefcyuhkc6a226isin.dkim.custom-email-domain.stripe.com.")
, CNAME("testimonials", "cname.testimonial.to.")
// Redirect `testimonials.noclocks.dev` to `senja.io/p/noclocks/r/testimonials`
, CNAME("testimonials", "senja.io.")
, CNAME("bounce", "custom-email-domain.stripe.com.")
, CNAME("hub", "39843493.group43.sites.hubspot.net.")
, CNAME("blog", "hashnode.network.")
Expand Down

0 comments on commit f1c2686

Please sign in to comment.