Question
DNS Not Resolving to IP
Hello, I have a Docker droplet set up with a .NET Blazor app. I can access the app through the IP address no problem.
My domain is registered through Google Domains, and three days ago I changed the DNS servers to DigitalOcean. I turned off DNSSEC, waited two days, then entered the Digital Ocean name servers. Three days later and my domain is still not resolving.
On the Digital Ocean side, I have an A record at the root which directs to my droplet IP address. I have three NS entries at the root which direct to the three Digital Ocean name servers.
nslookup mysite.com returns the IP address of my droplet. I have tried clearing the local DNS cache on both my machines.
Is there something I could be missing?
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×