diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/router.nix b/modules/router.nix index 53d14fd..a919974 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -296,7 +296,7 @@ ip protocol icmp limit rate 4/second counter accept comment "icmp v4" ct state vmap { established : accept, related : accept, invalid : drop } # For miniupnpd. - ct status dnat accept + ct status dnat counter accept # Don't allow accidental vpn forwarding to wan. iifname vpnlan-vport oifname wan-vport counter reject |
