Created
November 22, 2008 20:33
-
-
Save adamstac/27934 to your computer and use it in GitHub Desktop.
A zone file template for importing into GoDaddy Total DNS manager for speedy domain setups
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
; You will need to update line 7 with the proper CNAME given to you when setting your Google Apps account for this domain. | |
; A Records | |
@ 1800 IN A 222.222.22.222 | |
; CNAME Records | |
xxxxxxxxxxxxxxxxxxxxxx 604800 IN CNAME google.com | |
docs 3600 IN CNAME ghs.google.com | |
calendar 3600 IN CNAME ghs.google.com | |
mail 3600 IN CNAME ghs.google.com | |
www 3600 IN CNAME @ | |
; MX Records | |
@ 604800 IN MX 10 aspmx.l.google.com | |
@ 604800 IN MX 20 alt1.aspmx.l.google.com | |
@ 604800 IN MX 30 alt2.aspmx.l.google.com | |
@ 604800 IN MX 40 aspmx2.googlemail.com | |
@ 604800 IN MX 50 aspmx3.googlemail.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment