Port forwarding non-continuous ranges

Currently if we are need to create port forwarding rules for an application with non-continuous ranges, we have to create separate rules for each part of the range. This can get very cumbersome if it’s a set of rules that we only want to occasionally have on when hosting a specific service for a short period of time.

For example, it could involve enabling 5-6 rules for the service before we start it up. And when we’re done, turning those 5-6 off again. With the current interface, it gets cumbersome fast with all the clicking.

It’d be great if we could specify arbitrary non-continuous ranges of ports for forwarding (e.g. using commas and dashes). Or an alternative is if we could group a set of rules together and turn them all on/off as one group.