Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BlakePetersen/d26f469825aba0dcf2786c187a771c04 to your computer and use it in GitHub Desktop.
Save BlakePetersen/d26f469825aba0dcf2786c187a771c04 to your computer and use it in GitHub Desktop.
Zeit Now G Suite setup

Last Tested: April 14, 2020

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

now dns add example.com @ MX codehere 15
now dns add example.com @ MX ASPMX.L.GOOGLE.COM 1
now dns add example.com @ MX ALT1.ASPMX.L.GOOGLE.COM 5
now dns add example.com @ MX ALT2.ASPMX.L.GOOGLE.COM 5
now dns add example.com @ MX ALT3.ASPMX.L.GOOGLE.COM 10
now dns add example.com @ MX ALT4.ASPMX.L.GOOGLE.COM 10

Docs:

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