From 5e5f0bcee313c29dbb791ee1acf57081d586079f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 May 2024 12:00:52 +0200 Subject: [PATCH] router fix error --- router.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/router.nix b/router.nix index 732c54b..ba266cb 100644 --- a/router.nix +++ b/router.nix @@ -1,4 +1,5 @@ { + # Resret router with /system reset-configuration keep-users no-defaults run-after-reset=router-config.rsc "/interface bridge" = [ { auto-mac = "no"; @@ -117,6 +118,8 @@ address = "10.10.10.10-10.10.10.10.254"; list = "allowed_to_router"; } + ]; + "/ip firewall filter" = [ { action = "accept"; chain = "input";