Skip to content

Commit

Permalink
Merge pull request #46 from noclocks/develop
Browse files Browse the repository at this point in the history
[Feature]: Add CNAME Records for Google Workspace Tool Sub-Domains
  • Loading branch information
jimbrig authored Apr 12, 2024
2 parents 80e5059 + 13f59c5 commit c4f6568
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ D("noclocks.dev", REG_NONE
, CNAME("pay", "hosted-checkout.stripecdn.com.")
, CNAME("docs", "noclocks.github.io.")
, CNAME("store", "shops.myshopify.com.")
, CNAME("gcal", "ghs.googlehosted.com.")
, CNAME("gdrive", "ghs.googlehosted.com.")
, CNAME("gmail", "ghs.googlehosted.com.")
, CNAME("ggroups", "ghs.googlehosted.com.")
, CNAME("gsites", "ghs.googlehosted.com.")
, MX("@", 1, "smtp.google.com.")
, TXT("@", "stripe-verification=89f4a41b52e121c2857c7989fa0edea55106bec6c43be66692ce13c3fd826707")
, TXT("google._domainkey", "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnxb49YRvvMIjYWCEkGS8uRyi2jFfJYwuA4/b59aMAraFcJjeB+Xx6MvhAVpCe2/Zh/QGPtaAFbsluKJPTzW4qnddz85WVurrdIhxgVeyr417kPlYu1t8GbGQ1MQ53J4cPxs3x7beCLNbfXOF16o3wektAKb9Ap9oEioFysB9ingRLju+xGzpCii3vSFeDbYBYnheSzgPpo7fw5eQbnEN8iHu1XUQCunSxC0pOD8dWdM6pgXZ2UR3zehE+jjwtlNgz216+wUVn5E1CELk4fPqbMM0lhXFBUyAceH0sx4Zbo09ix74cOU34OlNxvdCUgQYNYCEBe7psW9hesbSiev8twIDAQAB")
Expand Down

0 comments on commit c4f6568

Please sign in to comment.