Skip to content

Instantly share code, notes, and snippets.

@clodal
Forked from jaydenseric/zeit-now-g-suite-setup.md
Last active February 26, 2019 11:08
Show Gist options
  • Save clodal/4b91d289b8f37cca6dbd2ee3a0132ae8 to your computer and use it in GitHub Desktop.
Save clodal/4b91d289b8f37cca6dbd2ee3a0132ae8 to your computer and use it in GitHub Desktop.
Zeit Now G Suite setup

Run each of the following lines, replacing yourdomain.com and codehere with your details:

now dns add yourdomain.com @ TXT google-site-verification=codehere // optional if domain already in GSuite
now dns add yourdomain.com @ MX ASPMX.L.GOOGLE.COM 1
now dns add yourdomain.com @ MX ALT1.ASPMX.L.GOOGLE.COM 5
now dns add yourdomain.com @ MX ALT2.ASPMX.L.GOOGLE.COM 5
now dns add yourdomain.com @ MX ALT3.ASPMX.L.GOOGLE.COM 10
now dns add yourdomain.com @ MX ALT4.ASPMX.L.GOOGLE.COM 10
now dns add yourdomain.com @ TXT "v=spf1 include:_spf.google.com ~all"

Docs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment