Hi there,
Two days ago, I successfully added a custom domain and made the dns configuration of my deployed-on-netlify website. I don’t know what happened now but I started to get check DNS configuration alert and I can’t reach my website from my custom domain even if it is reachable with …netlify.com subdomain.
coelmay
October 7, 2022, 12:30pm
#2
Hi @ahmetulutas
I don’t see meltemulutas.com
configured to use Netlify with either external DNS (docs) or Netlify DNS (docs) . I see it is using the default nameservers
% dig meltemulutas.com NS
meltemulutas.com. 86400 IN NS ns2.dns-parking.com.
meltemulutas.com. 86400 IN NS ns1.dns-parking.com.
And neither the apex nor www
subdomain are pointing to Netlify
% dig meltemulutas.com
meltemulutas.com. 300 IN A 2.57.90.16
% dig www.meltemulutas.com
www.meltemulutas.com. 14400 IN CNAME meltemulutas.com.
meltemulutas.com. 300 IN A 2.57.90.16
As mentioned above, there are two ways set up DNS for a custom domain. You might also find these support guides useful
You have the option to manage your DNS at Netlify or somewhere else, and either way will work great! You can still use Netlify to build your awesome site, and leave DNS management where it is. Or Netlify can manage your DNS for free (!) and we are happy to provide this service because we know it makes people’s lives a lot easier.
I can share one of the benefits of Netlify’s DNS and one of the benefits of external DNS to help you decide.
Netlify DNS benefit - if your repo has multiple branche…
Last reviewed: February 2022
Note: All options discussed in this guide assume you have already added your custom domain to your Netlify site .
Hi there! Need to get your site up and running with DNS? Start here with either Newly purchased domain or Existing domain that you’ve already used.
Newly purchased domain
If you have a brand new domain purchased from a registrar such as Namecheap or GoDaddy, and you want to quickly get your DNS set up, you have two options:
External DNS - Create the…