initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

13
fail2ban/jail.conf.patch Normal file
View File

@@ -0,0 +1,13 @@
--- fail2ban-0.11.2/config/jail.conf 2021-09-03 15:31:47.314418681 +0200
+++ fail2ban-0.11.2/config/jail.conf 2021-09-03 15:32:02.510904273 +0200
@@ -205,8 +205,8 @@
# iptables-multiport, shorewall, etc) It is used to define
# action_* variables. Can be overridden globally or per
# section within jail.local file
-banaction = iptables-multiport
-banaction_allports = iptables-allports
+banaction = nftables
+banaction_allports = nftables-allports
# The simplest action to take: ban only
action_ = %(banaction)s[port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]