mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-04-04 16:48:52 +03:00
some fixes
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
# Autogenerated nftables blacklist
|
||||
# Generated: 2026-03-26T08:29:31.547137Z
|
||||
# Generated: 2026-03-26T08:32:56.419478Z
|
||||
# Source: /tmp/blacklist-v4.txt
|
||||
# IPv4: 804, IPv6: 0
|
||||
#
|
||||
# Usage:
|
||||
# sudo nft -f <this-file>
|
||||
# # VM protection from incoming blacklist sources
|
||||
# sudo nft add chain inet filter input '{ type filter hook input priority 0; policy accept; }'
|
||||
# sudo nft add rule inet filter input ip saddr @blacklist_v4 counter reject
|
||||
# sudo nft add rule inet filter input ip6 saddr @blacklist_v6 counter reject
|
||||
|
||||
table inet filter {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user