You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am requesting for Ferron to support automatic TLS certificate management using dns-01 challenge on domain names which DNS records' are managed by bunny.net.
Correct me if I'm wrong, but looking around the codebase, it seems that the code responsible for updating DNS records are in the ferron-dns-builtin crate. Said crate further depend on the dns-update crate to do the internal heavy lifting of actually calling respective APIs to update DNS records.
I have preemptively made a PR on the dns-update crate to support Bunny DNS (stalwartlabs/dns-update#24). The PR has been merged, thus making this feature request be easier to implement.
I am willing to contribute / write code for this feature once the dns-update crate has been updated to include the above PR.