dnscontrol icon indicating copy to clipboard operation
dnscontrol copied to clipboard

Provider request: Netlify

Open FiloSottile opened this issue 5 years ago • 3 comments

Netlify offers managed DNS for arbitrary zones.

There is an API, although the docs and Go client support are pending in a PR: netlify/open-api#207

FiloSottile avatar Apr 13 '20 00:04 FiloSottile

Really need this

bohanwood avatar Apr 29 '20 02:04 bohanwood

I'd love to get a volunteer to write the code for this.

Our Step-by-Step Guide makes it pretty easy. You basically write (1) a function to authenticate, (2) a function to download all the records for a zone, (3) a function that does an add/change/delete. DNScontrol does all the rest. Many of our providers were written by people that are new to Go.

Tom

tlimoncelli avatar Apr 29 '20 21:04 tlimoncelli

Adding onto this while netlify/open-api#207 has been close a similar PR was made and merged netlify/open-api#211

In-case any one is interested and to revive this issue.

kmutahar avatar Jul 12 '20 13:07 kmutahar