how many ports do you need? if it's below 1000 I'd just permanently open an unused port range and make the applications use those ports
if nothing is listening on those ports then it wouldn't be a security problem at all
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
how many ports do you need? if it's below 1000 I'd just permanently open an unused port range and make the applications use those ports
if nothing is listening on those ports then it wouldn't be a security problem at all
You can also delete a rule with ufw delete allow xxxx/tcp.
Can you label rules, that would be a better approach IMO.
Not familiar enough with UFW but could you parse the output and store the rules number as a variable if this is all one long running script?