Update 2026.06.09 09:30:24

This commit is contained in:
C24Be
2026-06-09 09:30:24 +00:00
parent 333af9df97
commit ccf937e8fb
19 changed files with 831 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
# Autogenerated nftables blacklist
# Generated: 2026-06-08T10:24:00.931636Z
# Empty input produced no prefixes
# IPv4: 0, IPv6: 0
# Generated: 2026-06-09T09:30:23.799595Z
# Source: /tmp/blacklist-v6.txt
# IPv4: 0, IPv6: 16
#
# Usage:
# sudo nft -f <this-file>
@@ -20,6 +20,24 @@ table inet filter {
set blacklist_v6 {
type ipv6_addr
flags interval
elements = {
2a00:1148::/29,
2a00:46e0::/32,
2a00:b4c0::/32,
2a00:bdc0::/33,
2a00:bdc0:8000::/34,
2a00:bdc0:c000::/35,
2a00:bdc0:e002::/47,
2a00:bdc0:e004::/47,
2a00:bdc0:e007::/48,
2a00:bdc0:f000::/36,
2a00:bdc1::/32,
2a00:bdc2::/31,
2a00:bdc4::/30,
2a14:25c0::/32,
2a14:25c5::/32,
2a14:25c6::/31
}
}
}