From 1a943cacfabb0998a4ed3bcfcc91340a3c78cd59 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 17 Jan 2024 09:03:50 -0500 Subject: [PATCH] unbound: updates --- hosts/haru/services/unbound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/haru/services/unbound.nix b/hosts/haru/services/unbound.nix index e7fd877..d39508d 100644 --- a/hosts/haru/services/unbound.nix +++ b/hosts/haru/services/unbound.nix @@ -1,8 +1,8 @@ _: { services.unbound = { enable = true; - resolveLocalQueries = false; + enableRootTrustAnchor = true; settings = { server = { verbosity = 0;