Is it possible to modify DNS records (for example creating a new subdomain and assigning it to a droplet) using the API, coding, or doing it any other way rather than using the Control Panel?
For example, I would like to create new instances of a webapp with a custom subdomain. Example the user chooses “hello”, so his instance would be located in hello.example.com
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!
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
DNS has been added to the API a while ago: https://api.digitalocean.com/#domains-list
This comment has been deleted
Hi, I wrote a little shell script to update and A record (like dynamic DNS) <br> <br>https://gist.github.com/glpunk/8679208 <br> <br>enjoy