-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Add Support for DigitalOcean DNS #98
Comments
Hello! Thanks for the suggestion, I'm working on it now. I however have a question if you know, how do you get the Thanks! |
It looks like you need to have to list the records for a domain first to get the specific id for the subdomain. In the response it gives an id for each record under a specific domain. Take a look under this section: https://developers.digitalocean.com/documentation/v2/#list-all-domain-records Then you can then filter by a specific record name and/or type of record by using name and type attributes at the end of the request. For example: /v2/domains/$DOMAIN_NAME/records?name=sub.example.com&type=A All this information is listed under the "List All Domain Records" section. Thank you for working on it! |
Hello! I have an alpha version that you can try using Documentation is here. A few further questions, can you use the host Thanks for your patience! |
Hey @alaskanpuffin sorry for the delay, have you had the chance to try it out? I would like to merge it in the main code base if it works for digital ocean. Thanks! |
Hi @qdm12 initial run and when I create an A record from digitalocean control panel and stop the container and restart it. I thought it will create if the hostname is not there or recreated if hostname been deleted. Thanks for all the hard work, nice script, save my day. |
Thanks for testing it! Glad it helped you too! I created #129 for creating the record if it does not exist as that behavior could be applied to all providers I think. |
What's the feature?
Add support for DigitalOcean's free DNS service.
Why do you need this feature?
While there are other options such as Cloudflare, it can be helpful to manage all your services in a single location.
Extra information?
Documentation on their API can be found here: https://developers.digitalocean.com/documentation/v2/#domain-records
The text was updated successfully, but these errors were encountered: