diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2025-12-15 18:12:36 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2025-12-15 18:12:36 -0500 |
| commit | 437a016939cdb7f7ffadd1c7fe834f61912088bd (patch) | |
| tree | e5dfed47475ed1cb0882545b4345e49027869f2d /modules | |
| parent | 584081eac4d63c9ac9776e213510ea78dc209983 (diff) | |
Avahi fix
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 3c69445..67f48c3 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -271,7 +271,7 @@ let ct state {established, related} counter accept meta l4proto {tcp, udp} th dport {bootps, bootpc, domain, dhcpv6-client, dhcpv6-server, ${toString vpnPort}} counter accept - iifname $LAN_INTERFACES meta l4proto {tcp, udp} th dport mdns counter accept comment "avahi/mdns" + iifname $LAN_INTERFACES meta l4proto {tcp, udp} th dport { mdns, llmnr } counter accept comment "avahi/mdns" ip protocol ipv6 counter accept comment "sit tunnel" ip protocol icmp limit rate 4/second counter accept comment "icmp v4" |
