Skip to content

Instantly share code, notes, and snippets.

@kuncevic
Forked from jaydenseric/zeit-now-g-suite-setup.md
Last active December 21, 2020 01:51
Show Gist options
  • Save kuncevic/11dc35e7463fe3f20417d40db04f76e7 to your computer and use it in GitHub Desktop.
Save kuncevic/11dc35e7463fe3f20417d40db04f76e7 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:

vc dns add yourdomain.com @ TXT google-site-verification=codehere
vc dns add yourdomain.com @ MX ASPMX.L.GOOGLE.COM 1
vc dns add yourdomain.com @ MX ALT1.ASPMX.L.GOOGLE.COM 5
vc dns add yourdomain.com @ MX ALT2.ASPMX.L.GOOGLE.COM 5
vc dns add yourdomain.com @ MX ALT3.ASPMX.L.GOOGLE.COM 10
vc dns add yourdomain.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