I'd like to block all ips of all datacenters in the world with this list: https://github.com/client9/ipcat
But I don't know how to use that list, I'd like a bash script that checks if there's an update every day (or use the GitHub webhook for changes :D) and add IPTable rules for all the ips that will drop the connection of these said ips :)
I only need to know how I would use the ipcat list to block the ips with IPTables
Thanks in advance :)