mirror of https://github.com/fail2ban/fail2ban
Add banaction = nftables in the defaults-debian.conf default see https://github.com/fail2ban/fail2ban/discussions/3575#discussioncomment-7045315
parent
b4fda2fd9f
commit
bc37c94137
|
@ -1,3 +1,10 @@
|
|||
fail2ban (1.0.2-3) unstable; urgency=medium
|
||||
|
||||
* Add banaction = nftables in the defaults-debian.conf default
|
||||
see https://github.com/fail2ban/fail2ban/discussions/3575#discussioncomment-7045315
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 19 Sep 2023 13:55:20 +0200
|
||||
|
||||
fail2ban (1.0.2-2) unstable; urgency=medium
|
||||
|
||||
* Team upload.
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[DEFAULT]
|
||||
banaction = nftables
|
||||
banaction_allports = nftables[type=allports]
|
||||
|
||||
[sshd]
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in New Issue