ansible-personal/roles/common/files/abusech-ipv4.nft
Alan Orth 8dd7663b3c
roles/common: Use Abuse.ch's SSL Blacklist in nftables
This adds Abuse.sh's list of IPs using blacklisted SSL certificates
to nftables. These IPs are high confidence indicators of compromise
and we should not route them. The list is updated daily by a systemd
timer.

See: https://sslbl.abuse.ch/blacklist/
2021-07-29 10:16:00 +03:00

6 lines
62 B
Plaintext

#!/usr/sbin/nft -f
define ABUSECH_IPV4 = {
192.168.254.254
}