From 1dbba8eac616820ad251a6db717bdd93ced665fc Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 4 Dec 2023 13:55:13 +0100 Subject: [PATCH] make unbound listen on all interfaces --- hosts/fw.cloonar.com/modules/unbound.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index 390b53f..524c74f 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -4,6 +4,7 @@ settings = { server = { interface = [ "0.0.0.0" "::0" ]; + interface-automatic = "yes"; access-control = [ "127.0.0.0/8 allow" "10.42.96.0/24 allow"