Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ergin/3e3ab90c84b61e58e861c46efb6a2844 to your computer and use it in GitHub Desktop.
Save ergin/3e3ab90c84b61e58e861c46efb6a2844 to your computer and use it in GitHub Desktop.
G Suite (Gmail, aka Google Workspace) MX records, DNS file. Download the txt file and then import it to your DNS provider (e.g. Cloudflare) to complete the configuration steps.
;; G Suite - https://gsuite.google.com/
;; Adds G Suite MX records
;; Documentation
;; https://support.google.com/a/answer/140034
;; Adds the default G Suite SPF as a TXT record.
;; Documentation
;; https://support.google.com/a/answer/33786
;; MX Records
@ 1 IN MX 10 alt4.aspmx.l.google.com.
@ 1 IN MX 10 alt3.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 1 aspmx.l.google.com.
;; TXT Records
@ 1 IN TXT "v=spf1 include:_spf.google.com ~all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment