Skip to content

Instantly share code, notes, and snippets.

@bkw
Created February 16, 2015 18:06
Show Gist options
  • Save bkw/67c975c612008e41a1e5 to your computer and use it in GitHub Desktop.
Save bkw/67c975c612008e41a1e5 to your computer and use it in GitHub Desktop.
curl -s https://www.spamhaus.org/drop/{,e}drop.txt \
| awk '/^[0-9]/ { print "BLACKLIST", "net:"$1, "all"}' \
> /etc/shorewall/blrules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment