From 302252b25c5e5f515b3552e31da33ca5fc8fb563 Mon Sep 17 00:00:00 2001 From: sebres Date: Wed, 3 Jan 2024 13:37:45 +0100 Subject: [PATCH] ChangeLog, gh-2655 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89a7cfed..9e99a4f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,14 @@ ver. 1.0.3-dev-1 (20??/??/??) - development nightly edition * `action.d/*ipset*`: make `maxelem` ipset option configurable through banaction arguments (gh-3564) ### New Features and Enhancements +* `fail2ban-regex` extended to load settings from jail (by simple name it'd prefer jail to the filter now, gh-2655); + to load the settings from filter one could use: +```diff +- fail2ban-regex ... sshd ; # jail ++ fail2ban-regex ... sshd.conf ; # filter +# or: ++ fail2ban-regex ... filter.d/sshd ; # filter +``` * better auto-detection for IPv6 support (`allowipv6 = auto` by default), trying to check sysctl net.ipv6.conf.all.disable_ipv6 (value read from `/proc/sys/net/ipv6/conf/all/disable_ipv6`) if available, otherwise seeks over local IPv6 from network interfaces if available for platform and uses DNS to find local IPv6 as a fallback only