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";