Skip to content

Commit

Permalink
bug: fix records
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored May 15, 2024
1 parent 11408d7 commit e469996
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 @@ -118,9 +118,9 @@ D(
,CNAME("feedback", "cname.frill.co.")

// CNAME Records - Frill Email
, CNAME("frill12631.noclocks.dev", "u25497065.wl066.sendgrid.net.")
, CNAME("frl._domainkey.noclocks.dev", "frl.domainkey.u25497065.wl066.sendgrid.net.")
, CNAME("frl2._domainkey.noclocks.dev", "frl2.domainkey.u25497065.wl066.sendgrid.net.")
, CNAME("frill12631", "u25497065.wl066.sendgrid.net.")
, CNAME("frl._domainkey", "frl.domainkey.u25497065.wl066.sendgrid.net.")
, CNAME("frl2._domainkey", "frl2.domainkey.u25497065.wl066.sendgrid.net.")

// MX Records - Google Workspace
, MX("@", 1, "smtp.google.com.")
Expand Down

0 comments on commit e469996

Please sign in to comment.