Added example to add a port range (#2712)

I tried to google for this a bit and then figured out how it actually works.
pull/18777/head
Onni Hakala 8 years ago committed by Matt Clay
parent 0de2d14bac
commit e863dcc92a

@ -153,6 +153,9 @@ ufw: rule=allow name=OpenSSH delete=yes
# Deny all access to port 53:
ufw: rule=deny port=53
# Allow port range 60000-61000
ufw: rule=allow port=60000:61000
# Allow all access to tcp port 80:
ufw: rule=allow port=80 proto=tcp

Loading…
Cancel
Save