Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Is there a recommended way to set up DNS without switching to Digital Ocean nameservers? I’m not able to switch over, unfortunately, as the website will be running from a subdomain and I don’t have control over DNS settings.
I guess what would be cool is if Digital Ocean were to create an A record for each droplet based on the droplet name. e.g. testsite.droplets.digitalocean.com
It then ought to be possible to use a CNAME for the external DNS entry and that way, if the IP address were to change possibly by destroying the existing droplet and creating a new one with the same name, it wouldn’t be necessary to change external DNS settings.
Hope that makes some sense… :/
It looks like you can simply use your own name servers without using digital ocean’s by following the “How To Change Name Servers Without Site Downtime” section above, but simply omitting the last step of changing the domain name servers to Digital Oceans.
Then look up your droplet’s IP address within Digital Ocean’s network and add that with the new hostname a-record to your existing DNS settings, effectively duplicating the setup for each droplet. I’m not sure how stable the IP address is, so that might need to be updated if you move between hosting locations or if you delete your droplet from what I understand.
Not sure if there are any other gotchas by not moving over your domain to Digital Ocean’s nameservers, but for testing a new host this should help. With a larger number of subdomains, mx record, spf record I don’t want to have to change over just to test out the service.
Hello DO,
Is it possible to configure “my own” NS (name server), like NS1.MYDOMAIN.COM. using CNAME with NS1.DIGITALOCEAN.COM.?
Thank you very much in advance.
I’m joining to the question about “my own” NS like NS1.MYDOMAIN.COM. using CNAME with NS1.DIGITALOCEAN.COM.?
Hi, I am just writting an article about own DNS servers. Will post it here as soon as it is approved. It just need some more correction.