From fb75780712a79d31c1d9fc972ad061dc0c68859f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 16:57:47 +0100 Subject: [PATCH] fix remote control unbound --- hosts/fw.cloonar.com/modules/unbound.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index 630425d..b19d202 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -3,7 +3,10 @@ let cids = import ../modules/staticids.nix; domain = "ns.cloonar.com"; cfg = { - control-enable = "yes"; + remote-control = { + control-enable = true; + control-use-cert = false; + }; server = { interface = [ "0.0.0.0" "::0" ]; interface-automatic = "yes";