I want to add a range of OUTPUT chain ports using firewall-cmd using its direct rule method, something like this:
firewall-cmd --permanent --direct --add-rule ipv4 filter OUTPUT 0 -p tcp -m tcp --dport=80-1000 -j ACCEPT
This says success
however not seem to work