Skip to content

Instantly share code, notes, and snippets.

@sstarr
Forked from clakeb/Google Apps .zone File
Created February 1, 2017 14:46
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 sstarr/7cf13829fbbb67958394da11b1edb309 to your computer and use it in GitHub Desktop.
Save sstarr/7cf13829fbbb67958394da11b1edb309 to your computer and use it in GitHub Desktop.
Quick .zone file to import when you are setting up Google Apps. I use it with CloudFlare. Enjoy.
; CNAME
calendar 1 IN CNAME ghs.googlehosted.com
drive 1 IN CNAME ghs.googlehosted.com
mail 1 IN CNAME ghs.googlehosted.com
sites 1 IN CNAME ghs.googlehosted.com
video 1 IN CNAME ghs.googlehosted.com
; MX
@ 1 IN MX 10 aspmx3.googlemail.com
@ 1 IN MX 1 aspmx.l.google.com
@ 1 IN MX 5 alt2.aspmx.l.google.com
@ 1 IN MX 5 alt1.aspmx.l.google.com
@ 1 IN MX 10 aspmx2.googlemail.com
; SRV
_xmpp-server._tcp.@ 1 IN SRV 20 0 5269 alt4.xmpp-server.l.google.com
_xmpp-server._tcp.@ 1 IN SRV 5 0 5269 xmpp-server.l.google.com
_xmpp-server._tcp.@ 1 IN SRV 20 0 5269 alt2.xmpp-server.l.google.com
_xmpp-server._tcp.@ 1 IN SRV 20 0 5269 alt3.xmpp-server.l.google.com
_xmpp-server._tcp.@ 1 IN SRV 20 0 5269 alt1.xmpp-server.l.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment