From aa2a7acc69afc8be1469137911e385587222ec06 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 10:29:55 -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 4522fde..a0c5a8f 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} 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