Allow mDNS requests
This commit is contained in:
parent
1ca269d54b
commit
a48528fdf5
2 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ table inet filter {
|
|||
ip protocol icmp accept
|
||||
ip6 nexthdr icmpv6 accept
|
||||
|
||||
# allow mDNS
|
||||
udp dport 5353 accept
|
||||
|
||||
# allow ssh
|
||||
tcp dport ssh accept
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@ table inet filter {
|
|||
ip protocol icmp accept
|
||||
ip6 nexthdr icmpv6 accept
|
||||
|
||||
# allow mDNS
|
||||
udp dport 5353 accept
|
||||
|
||||
# allow ssh
|
||||
tcp dport ssh accept
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue