This commit is contained in:
C24Be
2026-03-26 09:16:11 +01:00
parent af409b55cc
commit 07284f6831
32 changed files with 124 additions and 13065 deletions

View File

@@ -1,29 +0,0 @@
# Autogenerated nftables blacklist
# Generated: 2026-03-24T19:03:32.826599Z
# Source: /home/runner/work/AS_Network_List/AS_Network_List/blacklists/blacklist-vk-v6.txt
# IPv4: 0, IPv6: 1
table inet filter {
set blacklist_v4 {
type ipv4_addr
flags interval
}
set blacklist_v6 {
type ipv6_addr
flags interval
elements = {
2a00:bdc0::/29
}
}
chain input {
type filter hook input priority 0;
policy accept;
ct state { established, related } accept
ip6 saddr @blacklist_v6 counter drop
}
}