luadns / luadns-go

The LuaDNS API client for Go.
MIT License
1 stars 1 forks source link

libdns inclusion #2

Open Aftermath opened 2 months ago

Aftermath commented 2 months ago

Hello @vitalie ,

I was curious if there were any plans for implementation of this into the libdns project? (https://github.com/libdns) The lego implementation for caddy has been deprecated, and there are moving to providers through libdns for go. All of the information around it is here: https://caddy.community/t/writing-new-dns-provider-modules-for-caddy/7786

If not, I suppose I may give it a try at some point if the lego-deprecated (https://caddy.community/t/caddy-2-can-support-all-75-dns-providers/7785) modules stop working for some reason.

Thanks for your review!

Aftermath commented 2 months ago

Actually, the lego-deprecated modules are already unsupported for caddy 2.8, so there is no way to get auto-generated certs for LuaDNS with caddy.

vitalie commented 2 months ago

Hello @Aftermath ,

I'll implement the libdns module for LuaDNS next week. I'll let you know when it's done.

Thank you!

vitalie commented 1 month ago

Hello @Aftermath,

I've implemented the initial version of LuaDNS provider for libdns, waiting for feedback now.