ansible-personal/roles/common/files
Alan Orth 9f27cda97b
roles/common: Update list of abusive IP addresses
This comes from the AbuseIPDB with a confidence level of 95%. I use
the following command to download and sort the IPs:

$ curl -G https://api.abuseipdb.com/api/v2/blacklist -d confidenceMinimum=95 -H "Key: $ABUSEIPDB_API_KEY" -H "Accept: text/plain" | sort > /tmp/ips.txt

I manually remove the IPv6 addresses and save them to a different
filr, then I add the XML formatting to files and run them through
tidy.
2019-10-26 17:09:18 +02:00
..
etc roles/common: Adjust cron-apt stuff 2015-08-22 23:39:22 +03:00
ssh-pub-keys roles/common: Remove old SSH public key 2019-07-23 16:07:39 +03:00
00-persistent-journal.conf roles/common: Add missing systemd-journald config 2018-12-20 09:59:13 +02:00
abusers-ipv4.xml roles/common: Update list of abusive IP addresses 2019-10-26 17:09:18 +02:00
abusers-ipv6.xml roles/common: Update list of abusive IP addresses 2019-10-26 17:09:18 +02:00
tarsnaprc roles/common: Add task to copy tarsnaprc 2018-05-20 12:51:02 +03:00