Allow mDNS requests

This commit is contained in:
Sonny Bakker 2025-04-16 09:04:23 +02:00
parent 1ca269d54b
commit a48528fdf5
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,9 @@ table inet filter {
ip protocol icmp accept ip protocol icmp accept
ip6 nexthdr icmpv6 accept ip6 nexthdr icmpv6 accept
# allow mDNS
udp dport 5353 accept
# allow ssh # allow ssh
tcp dport ssh accept tcp dport ssh accept

View file

@ -20,6 +20,9 @@ table inet filter {
ip protocol icmp accept ip protocol icmp accept
ip6 nexthdr icmpv6 accept ip6 nexthdr icmpv6 accept
# allow mDNS
udp dport 5353 accept
# allow ssh # allow ssh
tcp dport ssh accept tcp dport ssh accept