Godaddy Integration #280
Replies: 2 comments 6 replies
-
Looking at the REST API provided by GoDaddy, I think I can implement a DNS provider without any problem. I don't use GoDaddy, so I can't implement it. In most cases, the DNS Provider is implemented by a contributor. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also interested in having GoDaddy available as a provider so certainly would be willing to work with you on getting this to work. Looking at the code for the Goggle DNS Provider it doesn't have the join logic for the TXT record so that may be a better example. I know in testing with POSH-ACME the GoDaddy DNS code only deals with a single TXT record: public async Task CreateTxtRecordAsync(DnsZone zone, string relativeRecordName, IEnumerable values)
Let me know what you think? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
godaddy has this api for managing domains https://developer.godaddy.com/doc/endpoint/domains
you cannot pull or push a zonefile using this api but you can discover the zones by iterating over the list domain apis
i want to use godaddy as the dns provider - i forked the project and started looking into the feasibility and right now i don't see why integrating godaddy as a dns provider could not be acconplished - what's the most efficient use of everyone's time
extra comfort - here's php code updating txt records using the godaddy domains api
https://domainnamewire.com/2019/07/25/tutorial-how-to-update-dns-records-using-godaddy-api/
please advise
Beta Was this translation helpful? Give feedback.
All reactions