mdbraber / acmeproxy

Proxy server for ACME DNS challenges written in Go
MIT License
82 stars 20 forks source link

Use libdns instead of lego #12

Open mattiasb opened 2 years ago

mattiasb commented 2 years ago

Hi!

Have you looked at using libdns over lego for solving the dns challenge? It's the same library as certmagic uses so you're already depending on it. :D

mdbraber commented 2 years ago

@mattiasb yes I have and have contributed even a TransIP module to libdns. Unfortunately I don't have time to currently work on acmeproxy, but happy to accept a PR

mattiasb commented 2 years ago

@mattiasb yes I have and have contributed even a TransIP module to libdns. Unfortunately I don't have time to currently work on acmeproxy, but happy to accept a PR

Cool, we're going to need something very similar at my workplace so I'm kind of weighing my options. :)