mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Add banaction = nftables in the defaults-debian.conf default see https://github.com/fail2ban/fail2ban/discussions/3575#discussioncomment-7045315
This commit is contained in:
parent
b4fda2fd9f
commit
bc37c94137
2 changed files with 11 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -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 a new issue