add trusted acl to allow-query.

This commit is contained in:
Joseph Hanson 2024-04-29 13:27:49 -05:00
parent 4151909d18
commit f7dd3b8c0c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -20,5 +20,8 @@ zone "jahanson.tech." {
update-policy { update-policy {
grant externaldns zonesub ANY; grant externaldns zonesub ANY;
}; };
allow-query {
trusted;
};
}; };
'' ''