Multiport IPTABLES inside CE

Hi, is there a way to implement the multiport module in the iptables inside CE? I’m trying some docker containers like Fail2ban and It’d be awesome feature…
For example, now is impossible to add this action:

iptables -I FORWARD -p tcp -m multiport --dports 0:65535 -j f2b-npm-docker

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