How to block IPs in IPSet

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

Hello

You can make access list of IP addresses you want to block.

Hello,
Please check the link below
https://www.google.com/amp/s/linoxide.com/linux-how-to/block-ips-country-ipset/amp/