How to open a range of ports in GUFW

I have to open these ports and one is a range of ports 32768 - 61000, how do I add this?
Using GUFW

Path of Exile
◦ TCP: 80, 8095, 12995, 20481, 32768 - 61000

Use a terminal!

sudo ufw allow 32768:61000/tcp
sudo ufw allow 80,8095,12995,20481/tcp

Then check with sudo ufw status

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.