From 722ef53db99dc73ba7afe1a2b362b142a6da42e6 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 10:37:11 -0400 Subject: fix --- modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/router.nix b/modules/router.nix index 3cb8677..9de3700 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -185,7 +185,7 @@ let iifname lo accept ct state {established, related} counter accept - meta l4proto {tcp, udp} th dport {bootps, bootpc, domain, dhcpv6-client, dhcpv6-server ${toString vpnPort}} counter accept + meta l4proto {tcp, udp} th dport {bootps, bootpc, domain, dhcpv6-client, dhcpv6-server, ${toString vpnPort}} counter accept ip protocol ipv6 counter accept comment "sit tunnel" ip protocol icmp limit rate 4/second counter accept comment "icmp v4" -- cgit v1.2.3