Last active
May 25, 2017 16:11
-
-
Save brookr/2716842 to your computer and use it in GitHub Desktop.
All the DNS records for a new Google Apps account, as entered in AWS:Route53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A: # If using naked domain redirects via Google | |
216.239.32.21 | |
216.239.34.21 | |
216.239.36.21 | |
216.239.38.21 | |
MX: # If using Google Mail | |
1 ASPMX.L.GOOGLE.COM. | |
5 ALT1.ASPMX.L.GOOGLE.COM. | |
5 ALT2.ASPMX.L.GOOGLE.COM. | |
10 ASPMX2.GOOGLEMAIL.COM. | |
10 ASPMX3.GOOGLEMAIL.COM. | |
CNAMEs: # If using custom subdomains | |
mail ghs.google.com | |
docs ghs.google.com | |
cal ghs.google.com | |
TXT: # If using DNS Verification | |
"google-site-verification=_SomethingLikeThisrJix1iEFGIsOsDwZeVrJix" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment