Skip to content

Instantly share code, notes, and snippets.

@peterwallhead
Last active August 31, 2016 04:46
Show Gist options
  • Save peterwallhead/6f711578d72fb99c40b7c2878f9d5145 to your computer and use it in GitHub Desktop.
Save peterwallhead/6f711578d72fb99c40b7c2878f9d5145 to your computer and use it in GitHub Desktop.
DNS record sets for my new side project domains (that use Servercrew as email host and Mailgun for transactional email)

A Record:

  • *.example.com > IP
  • example.com > IP

MX Record:

  • example.com > 40:webmail.servercrew.com.au

CNAME Record:

  • email.example.com > mailgun.org

TXT Record:

  • example.com > [mailgun TXT reference]
  • [mailgun_ref].example.com > [mailgun TXT reference]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment