Created
March 20, 2017 04:46
-
-
Save jaydenseric/cf7e548d3ce035da05fae5782878b80f to your computer and use it in GitHub Desktop.
Revisions
-
jaydenseric created this gist
Mar 20, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ 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: - [Managing DNS records when using Zeit Now nameservers](https://zeit.co/docs/features/dns#now-dns-add) - [G Suite MX record values](https://support.google.com/a/answer/174125)