From 5ec76883c7afac241d21bfe130315107846ff87e Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 14:47:28 +0100 Subject: [PATCH] unbound move forward zones up --- hosts/fw.cloonar.com/modules/unbound.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index c7d304a..200a5b4 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -93,14 +93,6 @@ let ]; }; forward-zone = [ - { - name = "."; - forward-addr = [ - "10.44.96.1" - # "9.9.9.9#dns11.quad9.net" - # "149.112.112.112#dns11.quad9.net" - ]; - } { name = "ghetto.at.local."; forward-addr = [ @@ -131,6 +123,14 @@ let "10.14.1.1" ]; } + { + name = "."; + forward-addr = [ + "10.44.96.1" + # "9.9.9.9#dns11.quad9.net" + # "149.112.112.112#dns11.quad9.net" + ]; + } ]; }; in {