diff options
Diffstat (limited to 'config/router.nix')
-rw-r--r-- | config/router.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix index 12d0b99..34d9737 100644 --- a/config/router.nix +++ b/config/router.nix @@ -141,6 +141,8 @@ in { interface $DEV_UNTRUSTED_LAN outerface $DEV_WAN ACCEPT; interface $DEV_LAN ACCEPT; + + jump logdrop; } } |