Skip to content

Commit

Permalink
feat: add secrets infisical CNAME record
Browse files Browse the repository at this point in the history
for #51
  • Loading branch information
jimbrig authored May 7, 2024
1 parent e845d18 commit b693812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ D("noclocks.dev", REG_NONE
, CNAME("gsites", "ghs.googlehosted.com.")
, CNAME("bastien", "ghs.googlehosted.com.")
, CNAME("envshare", "cname.vercel-dns.com.")
, CNAME("secrets", "fnj6wg3o.up.railway.app.")
, 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 b693812

Please sign in to comment.