mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
docs/examples.md: Use a more complete GSuite macro.
This commit is contained in:
@@ -69,6 +69,11 @@ var GOOGLE_APPS_DOMAIN_MX = [
|
||||
MX('@', 5, 'alt2.aspmx.l.google.com.'),
|
||||
MX('@', 10, 'alt3.aspmx.l.google.com.'),
|
||||
MX('@', 10, 'alt4.aspmx.l.google.com.'),
|
||||
CNAME('calendar', 'ghs.googlehosted.com.'),
|
||||
CNAME('drive', 'ghs.googlehosted.com.'),
|
||||
CNAME('mail', 'ghs.googlehosted.com.'),
|
||||
CNAME('groups', 'ghs.googlehosted.com.'),
|
||||
CNAME('sites', 'ghs.googlehosted.com.'),
|
||||
]
|
||||
|
||||
D('example.com', REG, DnsProvider('R53'),
|
||||
|
Reference in New Issue
Block a user