From f7dd3b8c0c112a96c716099c7aa6d20295463b12 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Apr 2024 13:27:49 -0500 Subject: [PATCH] add trusted acl to allow-query. --- nixos/telperion/config/bind.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/telperion/config/bind.nix b/nixos/telperion/config/bind.nix index 55d795d..d608580 100644 --- a/nixos/telperion/config/bind.nix +++ b/nixos/telperion/config/bind.nix @@ -20,5 +20,8 @@ zone "jahanson.tech." { update-policy { grant externaldns zonesub ANY; }; + allow-query { + trusted; + }; }; '' \ No newline at end of file