Skip to content

Instantly share code, notes, and snippets.

@jwhitmire
Created July 21, 2009 01: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 jwhitmire/151042 to your computer and use it in GitHub Desktop.
Save jwhitmire/151042 to your computer and use it in GitHub Desktop.
; NS Records
@ 3600 IN NS ns51.domaincontrol.com
@ 3600 IN NS ns52.domaincontrol.com
; A Records
@ 3600 IN A 67.23.34.123
; CNAME Records
calendar 3600 IN CNAME ghs.google.com.
docs 3600 IN CNAME ghs.google.com.
mail 3600 IN CNAME ghs.google.com.
start 3600 IN CNAME ghs.google.com.
www 3600 IN CNAME @
; MX Records
@ 28800 IN MX 1 ASPMX.L.GOOGLE.COM.
@ 28800 IN MX 3 ALT1.ASPMX.L.GOOGLE.COM.
@ 28800 IN MX 3 ALT2.ASPMX.L.GOOGLE.COM.
@ 28800 IN MX 5 ASPMX2.GOOGLEMAIL.COM.
@ 28800 IN MX 5 ASPMX3.GOOGLEMAIL.COM.
@ 28800 IN MX 5 ASPMX4.GOOGLEMAIL.COM.
@ 28800 IN MX 5 ASPMX5.GOOGLEMAIL.COM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment