bad-asns/add.sh

4 lines
97 B
Bash
Raw Permalink Normal View History

2024-05-14 16:29:07 +00:00
while read line; do
echo "banning $line..."
sudo ipset add fuck-off $line
done < "master.txt"