Hello, I’d like to set up a host name with my DigitalOcen droplet, so I tried to follow the How To Set Up a Host Name with DigitalOcean Guide. Unfortunately, my domain host has no support to setup the nameservers, the DigitalOcean requires. My main domain only supports the use of A- and AAAA-records (the setup of NS-records is only supported for the use of subdomains).
Is there a way to setup a DNS to my DigitalOcean droplet only with an A- or AAAA-record configuration?
(my knowledge about DNS configurations is rather limited…)
Thanks!
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!
Accepted Answer
You can create A records that simply point to your droplet’s IP address. There is no requirement to use the DigitalOcean DNS services. In general to point a domain you plan to use for a website you would create the following two A records.
@ A [droplet IP address]
This record will point your domain when no subdomain is used (ie. http://example.org). In some systems you would leave the address field blank instead of using a @ symbol. If @ is not accepted try submitting it as blank or entering your whole domain with a trailing dot “.” after it like this example.org.
Then create the following for the www subdomain so www.example.org goes to your droplet as well.
www A [droplet IP address]
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.