Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Vesely/472a94fc9eaa4b329b12cddcdc117ead to your computer and use it in GitHub Desktop.
Save Vesely/472a94fc9eaa4b329b12cddcdc117ead to your computer and use it in GitHub Desktop.
Zeit Now Vercel DNS: G Suite and Improve MX 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:

ImproveMX

now dns add yourdomain.com @ MX mx1.improvmx.com 10
now dns add yourdomain.com @ MX mx2.improvmx.com 20
now dns add yourdomain.com @ TXT "v=spf1 include:spf.improvmx.com ~all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment