Hi there!
I have a bit of a challenge today. I’ve been happily using Netlify for over 3 years on a client project, but the client needed to configure some new email setup and decided to give it a shot themselves.
The end result: the site is unreachable, and I get the following warning message in the dashboard:
Netlify site name: https://dustmedia.netlify.app
Custom domain name: https://dustmedia.nl
The client claims to have only added an A and AAAA record and edited a TXT record. They said not to have changed anything else, especially nothing related to the nameservers.
I have tried to reset the DNS records by only applying the default values from the external provider (mijndomijn.nl), but I still get the same behaviour…
Running dig dustmedia.nl ns
seems to point to the right nameservers:
dustmedia.nl. 3600 IN NS dns3.p08.nsone.net.
dustmedia.nl. 3600 IN NS dns2.p08.nsone.net.
dustmedia.nl. 3600 IN NS dns1.p08.nsone.net.
dustmedia.nl. 3600 IN NS dns4.p08.nsone.net.
Also, editing DNS records in the Netlify dashboard do seem to be taken effect when testing with the dig command.
I’m pretty clueless on what else to try. Could someone please help me out? Any help or direction would be much appreciated!