Built your site with Netlify? Here's exactly how to point a custom domain at it — DNS, apex vs www, and SSL — plus what Domain Agent will soon do for you.
Add your domain to your site in Netlify (Domain management → Add a domain), then configure DNS at your provider. For www, add a CNAME to your Netlify subdomain (e.g. your-site.netlify.app). For the apex, use an ALIAS/ANAME/flattened CNAME to apex-loadbalancer.netlify.com, or — if your provider can't — an A record to 75.2.60.5. Netlify auto-provisions HTTPS via Let's Encrypt.
These are Netlify's officially published external-DNS values: www is a CNAME to your site's *.netlify.app name; the apex is preferably an ALIAS/ANAME/flattened CNAME to apex-loadbalancer.netlify.com, with an A record to 75.2.60.5 as the fallback when your provider can't do ALIAS-type records at the apex.
SSL is auto-provisioned via Let's Encrypt once DNS resolves to Netlify. Assigning an apex domain auto-adds a www subdomain in Netlify, but both still need DNS configured. High-Performance Edge / Enterprise sites may get different load-balancer values — check the 'Pending DNS verification' modal.
| Type | Host | Value | Notes |
|---|---|---|---|
| CNAME | www | your-site.netlify.app | Use your actual Netlify subdomain. |
| ALIAS / ANAME | @ (apex) | apex-loadbalancer.netlify.com | Preferred apex method if your provider supports it. |
| A | @ (apex) | 75.2.60.5 | Fallback for the apex when ALIAS-type records aren't available. |
Values verified from Netlify's official docs, as of June 2026. Providers can change these — confirm against Netlify's current dashboard.
Sources: Netlify — Configure external DNS · Netlify — DNS records
Search and buy on JustDomain.ai today — and join the waitlist to have Domain Agent do all of this for you.