Add Bonjour to the firewall
This commit is contained in:
parent
9d63a2afea
commit
be153002d5
1 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,9 @@ table inet filter {
|
|||
ct state established,related accept
|
||||
|
||||
# Open ports for public services.
|
||||
tcp dport ssh ct state new accept
|
||||
tcp dport 22 ct state new accept # SSH
|
||||
tcp dport 5353 ct state new accept # Bonjour
|
||||
udp dport 5353 ct state new accept # Bonjour
|
||||
tcp dport 8000 ct state new accept # Python HTTP server.
|
||||
|
||||
# Accept neighbour discovery otherwise IPv6 connectivity breaks.
|
||||
|
|
Loading…
Reference in a new issue