Skip to content

Instantly share code, notes, and snippets.

@vasilenka
Forked from hhsnopek/netlify-dns.md
Last active May 25, 2019 02:28
Show Gist options
  • Save vasilenka/1c33c485153191b3925cd47765a260cf to your computer and use it in GitHub Desktop.
Save vasilenka/1c33c485153191b3925cd47765a260cf to your computer and use it in GitHub Desktop.
Netlify DNS setup

Netlify DNS Setup

Quick ref for Netlify custom domains

Records

CNAME

Recommended, everything will handled by netlify

Host: www, Value: you-netlify-site.netlify.com, TTL: 1800

A

Alternative, netlify only handled the main website. Everything else (i.e. Email) still handled by your own services.

Host: @, Value: 104.198.14.52, TTL: 1800

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