IP's to block

lazy ufw blocklist for webhosting

for i in $(curl https://gist.githubusercontent.com/exabyt3/458de46bd00c17332fcf7a1ae0fa7f52/raw/f07f7d751e7a2dd718e053c00590aa642e5038d3/gistfile1.txt);do ufw deny proto tcp from $i to any port 80,443;done

Last updated