Is there a way to block IPs in my IPSet? And not just one, but several of them, like dports 21,22,25 as an example? This is the code I am working on, so suggestions would be helpful:
Code:
-A INPUT -p tcp --dport 22 -m set --match-set blocklist src -j DROP