diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index b4d3857..1ee11d2 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -157,6 +157,9 @@ in { address = "10.42.97.2"; prefixLength = 24; }]; + ipv4.routes = { + address = "0.0.0.0"; + } }; firewall = { enable = true;