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:
4
ansible/roles/public_dns/files/bind.conf
Normal file
4
ansible/roles/public_dns/files/bind.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
zone "fizz.buzz" in {
|
||||
type master;
|
||||
file "/var/lib/powerdns/zones/master.db";
|
||||
};
|
||||
Reference in New Issue
Block a user