Skip to content

Commit

Permalink
feat: add frill email dns records
Browse files Browse the repository at this point in the history
resolves #78
  • Loading branch information
jimbrig authored May 15, 2024
1 parent 1080342 commit e97e4aa
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 e97e4aa

Please sign in to comment.