Skip to content

Commit

Permalink
feat: add resend records
Browse files Browse the repository at this point in the history
resolves #58
  • Loading branch information
jimbrig committed May 7, 2024
1 parent 45408a8 commit 8f76e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ D("noclocks.dev", REG_NONE
, CNAME("docuseal", "docuseal-h7bm.onrender.com.")
, MX("@", 1, "smtp.google.com.")
, MX("send", 10, "feedback-smtp.us-east-1.amazonses.com.")
, TXT("@", "v=spf1 include:_spf.google.com amazonses.com stripe.com ~all")
, TXT("_dmarc", "v=DMARC1; p=none;")
, TXT("send", "v=spf1 include:amazonses.com ~all")
, TXT("resend._domainkey", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCnUqcGLLvGMerYzRCZvl9doTBJjh+4bkqhgtR6T/OuaDDaTPVMMyqK4Jgrytcl8xIHwtWgHLnzjl8UGbbg4VCpCa2VVY9KO/VQqlUnv+CQZc2/KtwEPEB3pOoLfk21z31Tv3DBbrOHYUQ6j390B4xmZr1h61718+8piwZJ4PuQYQIDAQAB")
, TXT("resend._domainkey", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbhzizp7AkDF14jqZ4ZDBe/DcgsI5vbuSrsobM/lWH82/vlYw+Xj+dCBCcy0NLO1fUZiQRetJ01lCsOsEH/n/jHp9fIsRB4psJP5X/rXmHQ4rD8p3Df7j6mhm4sNDBZpwR1UhW444Vp88BqvgzawMvzaRgu9Nstx/6tFV7trDnNwIDAQAB")
, TXT("@", "stripe-verification=89f4a41b52e121c2857c7989fa0edea55106bec6c43be66692ce13c3fd826707")
, TXT("google._domainkey", "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnxb49YRvvMIjYWCEkGS8uRyi2jFfJYwuA4/b59aMAraFcJjeB+Xx6MvhAVpCe2/Zh/QGPtaAFbsluKJPTzW4qnddz85WVurrdIhxgVeyr417kPlYu1t8GbGQ1MQ53J4cPxs3x7beCLNbfXOF16o3wektAKb9Ap9oEioFysB9ingRLju+xGzpCii3vSFeDbYBYnheSzgPpo7fw5eQbnEN8iHu1XUQCunSxC0pOD8dWdM6pgXZ2UR3zehE+jjwtlNgz216+wUVn5E1CELk4fPqbMM0lhXFBUyAceH0sx4Zbo09ix74cOU34OlNxvdCUgQYNYCEBe7psW9hesbSiev8twIDAQAB")
, TXT("@", "v=spf1 include:_spf.google.com ~all")
, TXT("_dmarc", "v=DMARC1; p=none;")
, TXT("@", "openai-domain-verification=dv-WDNa7wSBc2RN0lM0rlnVs25c")
, TXT("_vercel", "vc-domain-verify=www.noclocks.dev,2b1841e6fdcd5c8bbb74")
, TXT("@", "google-site-verification=VLlDxf4pO-GZ4oe2YSGplYGhKYEoMwIeSUiHzjMJd4s")
Expand Down

0 comments on commit 8f76e83

Please sign in to comment.