Skip to content

Commit

Permalink
Merge pull request #79 from noclocks/develop
Browse files Browse the repository at this point in the history
feat: add frill email dns records
  • Loading branch information
jimbrig authored May 15, 2024
2 parents 1080342 + e97e4aa commit 82f00fd
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 @@ -117,6 +117,11 @@ D(
// CNAME Records - Feedback Sub-Domain
,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.")

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

Expand Down

0 comments on commit 82f00fd

Please sign in to comment.