mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Merge pull request #25 from hackclub/hack-chicago-mailchimp
Add Mailchimp
This commit is contained in:
commit
398d9577f9
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
|||
: - type: ALIAS
|
||||
value: hackchicago.netlify.com.
|
||||
- type: TXT
|
||||
value: google-site-verification=l7zxZwx99jNSovrKZgaT2mI7z41nsa4-TKRdonvUEh8
|
||||
values:
|
||||
- google-site-verification=l7zxZwx99jNSovrKZgaT2mI7z41nsa4-TKRdonvUEh8
|
||||
- v=spf1 include:servers.mcsv.net ?all
|
||||
- type: MX
|
||||
values:
|
||||
- exchange: aspmx.l.google.com.
|
||||
|
|
@ -16,6 +18,9 @@
|
|||
preference: 10
|
||||
- exchange: aspmx3.googlemail.com.
|
||||
preference: 10
|
||||
k1._domainkey:
|
||||
type: CNAME
|
||||
value: dkim.mcsv.net.
|
||||
www:
|
||||
type: CNAME
|
||||
value: hackchicago.netlify.com.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue