UFW rule from a list of IPs
In this post, I will show you how to manage ufw rules using a list of IPs by commands. First, we need to store the list of IPs into a file, IPs.txt for example: 1.1.1.1 2.2.2.2 3.3.3.3 4.4.4.4 // leave the last line an empty new line Please note that you must leave the last … Read more