allow externaldns transfer to zone

This commit is contained in:
Joseph Hanson 2024-01-15 09:05:32 -06:00
parent bcc8d34f47
commit 2922a9b1f4

View file

@ -53,6 +53,13 @@ zone "unifi." {
zone "jahanson.tech." { zone "jahanson.tech." {
type master; type master;
file "/etc/bind/zones/db.jahanson.tech"; file "/etc/bind/zones/db.jahanson.tech";
journal "/var/cache/bind/db.jahanson.tech.jnl";
allow-transfer {
key "externaldns";
};
update-policy {
grant externaldns zonesub ANY;
};
}; };
zone "1.10.in-addr.arpa." { zone "1.10.in-addr.arpa." {