How to use Zenfirewall with ufw

Download the file and apply it to your firewall with:

wget "https://zenfirewall.com/zenblock.txt"
while IFS= read -r block
do
   sudo ufw insert 1 deny from "$block"
done < "zenblock.txt"