Switch public_dns to PowerDNS for RFC-2136 support.

This is needed for cert-manager. It will also be used for the external dns operator but the external dns operator also had a programmatic way to support CoreDNS through etcd.
This commit is contained in:
Tom Alexander
2023-06-19 14:05:34 -04:00
parent 6bded8cc7e
commit 1c42f01db2
6 changed files with 761 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
zone "fizz.buzz" in {
type master;
file "/var/lib/powerdns/zones/master.db";
};