roles/common: Use AbuseIPDB.com list in nftables
For now I am still manually updating this, as we can only hit their API five times per day, so it is not possible to have each host get the list themselves every day with our one API key.
This commit is contained in:
9994
roles/common/files/abuseipdb-ipv4.nft
Normal file
9994
roles/common/files/abuseipdb-ipv4.nft
Normal file
File diff suppressed because it is too large
Load Diff
14
roles/common/files/abuseipdb-ipv6.nft
Normal file
14
roles/common/files/abuseipdb-ipv6.nft
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/sbin/nft -f
|
||||
|
||||
define ABUSEIPDB_IPV6 = {
|
||||
2001:41d0:8:8c1::,
|
||||
2400:6180:0:d1::8c9:8001,
|
||||
2607:5300:203:3b58::,
|
||||
2607:f298:5:102f::97c:9b51,
|
||||
2607:f298:5:103f::cf7:8a8e,
|
||||
2607:f298:5:6000::f25:8518,
|
||||
2607:f298:6:a016::448:ebe6,
|
||||
2607:f298:6:a034::eb5:2e70,
|
||||
2a00:d680:20:50::68b6,
|
||||
2a06:41c0:0:1::e4ca:8524,
|
||||
}
|
Reference in New Issue
Block a user