From 5d41290c1d9730cf7a6fe3fe084ebf50349a185a Mon Sep 17 00:00:00 2001 From: halbg0tt Date: Wed, 24 Jun 2026 07:40:04 +0200 Subject: [PATCH] kekl --- mod/freedom/unbound.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mod/freedom/unbound.nix b/mod/freedom/unbound.nix index 28366c7..61fbb1b 100644 --- a/mod/freedom/unbound.nix +++ b/mod/freedom/unbound.nix @@ -3,16 +3,15 @@ _: services.unbound = { enable = true; enableRootTrustAnchor = true; - settings = { server = { - interface = [ "0.0.0.0" "::0" ]; + interface = [ "127.0.0.1" "10.11.0.10" ]; access-control = [ "127.0.0.0/8 allow" "10.11.0.0/24 allow" ]; - + prefetch = true; qname-minimisation = true;