Skip to content

Instantly share code, notes, and snippets.

@jaydenseric
Created March 20, 2017 04:46
Show Gist options
  • Save jaydenseric/cf7e548d3ce035da05fae5782878b80f to your computer and use it in GitHub Desktop.
Save jaydenseric/cf7e548d3ce035da05fae5782878b80f 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
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

Docs:

@miken91
Copy link

miken91 commented May 30, 2020

@richyrb00 these records seem to work great. Super easy with the DNS ui @paulogdm.

@djstein
Copy link

djstein commented Jun 22, 2020

thanks @paulogdm!

and for everyone else, I added the MX record for my specific Google Business email access

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