ufw: fix transmission rule

This commit is contained in:
Aminda Suomalainen 2015-09-23 09:37:32 +03:00
parent b7562b7686
commit d29c1b0f63
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ufw reject 113/tcp
ufw allow from 172.16.0.0/16 to any port 631
ufw allow 3544/udp
ufw allow from 172.16.0.0/16 to any port 5353 proto udp
ufw allow from 173.16.0.0/16 to any port 9091 proto tcp
ufw allow from 172.16.0.0/16 to any port 9091 proto tcp
ufw allow from 172.16.0.0/16 to any port 17500 proto tcp
ufw allow 60000:61000/udp
```