1c42f01db2
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.
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
zone "fizz.buzz" in {
|
|
type master;
|
|
file "/var/lib/powerdns/zones/master.db";
|
|
};
|