diff --git a/system/ufw.py b/system/ufw.py index 6b7fb6a7657..c70f51f88b8 100644 --- a/system/ufw.py +++ b/system/ufw.py @@ -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