mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-12-26 17:50:55 +08:00
docs/examples.md: Use a more complete GSuite macro.
This commit is contained in:
parent
ea47b8ecc1
commit
7aaf749011
1 changed files with 5 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue