_posts/ufw: restrict Dropbox LAN sync to LAN

This commit is contained in:
Aminda Suomalainen 2015-09-01 08:10:18 +03:00
parent e66152e580
commit 75f809437b
1 changed files with 1 additions and 1 deletions

View File

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