machine_setup/ansible/roles/public_dns/files/bind.conf
Tom Alexander 1c42f01db2
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.
2023-06-20 00:25:15 -04:00

5 lines
84 B
Plaintext

zone "fizz.buzz" in {
type master;
file "/var/lib/powerdns/zones/master.db";
};