mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-03-31 06:38:50 +03:00
Update 2026.03.26 08:29:31
This commit is contained in:
29
blacklists_nftables/blacklist-vk-v6.nft
Normal file
29
blacklists_nftables/blacklist-vk-v6.nft
Normal file
@@ -0,0 +1,29 @@
|
||||
# Autogenerated nftables blacklist
|
||||
# Generated: 2026-03-26T08:29:31.643517Z
|
||||
# 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user