allow externaldns transfer to zone
This commit is contained in:
parent
bcc8d34f47
commit
2922a9b1f4
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ zone "unifi." {
|
|||
zone "jahanson.tech." {
|
||||
type master;
|
||||
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." {
|
||||
|
|
Reference in a new issue