Question
DigitalOcean nameserver vs. GoogleDomains Nameserver which one should I use?
Recently got my domain switched to Google Domains. I read this article: https://www.digitalocean.com/community/tutorials/how-to-point-to-digitalocean-nameservers-from-common-domain-registrars regarding setting up your name server with digitaloceans nameservers.
Wondering what features I’d be missing if I just use Google Domains name servers instead of DigitalOcean’s?
One of the things I’m noticing is my blog resolves to the hostname correctly(http://datadidit.com) after updating my httpd configuration but once I click links in my blog(http://104.236.62.96/blog/index.php/about/) it begins resolving to IP instead of hostname. Is that something that would automatically be fixed by switching to DigitalOceans Nameservers or do I need to look in my code and fix that?
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.
×
The second question was a wordpress fix. Just needed to update my siteurl from the wordpress admin page. Still curious about the answer to the first question.