From 6dae353d5699788b7bd0dc81a494dbda12a18d2a Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 23 Mar 2026 18:48:55 +0100 Subject: bind (possibilmente) fixato --- components/services/bind.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'components/services/bind.nix') diff --git a/components/services/bind.nix b/components/services/bind.nix index 5ff9be9..4444d21 100644 --- a/components/services/bind.nix +++ b/components/services/bind.nix @@ -10,7 +10,7 @@ zones = { "home.arpa" = { master = true; - allowQuery = [ "127.0.0.0/24" "10.69.0.0/24" ]; + allowQuery = [ "127.0.0.0/8" "10.69.0.0/24" ]; file = pkgs.writeText "home.arpa" '' $TTL 86400 @@ -34,6 +34,12 @@ ''; }; }; + + extraOptions = '' + recursion yes; + allow-recursion { 127.0.0.0/8; 10.69.0.0/24; }; + forward only; + ''; }; }; } -- cgit v1.3