add trusted acl to allow-query.
This commit is contained in:
parent
4151909d18
commit
f7dd3b8c0c
1 changed files with 3 additions and 0 deletions
|
@ -20,5 +20,8 @@ zone "jahanson.tech." {
|
||||||
update-policy {
|
update-policy {
|
||||||
grant externaldns zonesub ANY;
|
grant externaldns zonesub ANY;
|
||||||
};
|
};
|
||||||
|
allow-query {
|
||||||
|
trusted;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
''
|
''
|
Reference in a new issue