Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created November 22, 2008 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamstac/27934 to your computer and use it in GitHub Desktop.
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
; 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