PowerDNS support
libdns have a PowerDNS provider. Since it can be self-hosted, it is a favourable option for a DNS API for many.
If there is interest in supporting it, we can spin up a testbed over the winter and develop against it.
What's generally the projects take/policy to include providers for libdns? I am building a provider right now, so I can use it with ionscale, but I wanted to know if this would require soft-forking it?
This issue is stale because it has been open for 90 days with no activity.
Adding support for all the available libdns providers in the ionscale core isn't a good idea, in my opinion. It will add a lot of dependencies.
I'm thinking more about building a plugin system that would make it easier to add other DNS providers. It could look like the Caddy modules or using the Hashicorp go-plugin library. It's still in the ideation phase, though.