summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbenrubson <6764151+benrubson@users.noreply.github.com>2020-11-05 23:56:30 +0100
committerbenrubson <6764151+benrubson@users.noreply.github.com>2020-11-05 23:56:30 +0100
commitec873e2dc38af51d7da41d65fb28a1daf707b557 (patch)
treebe759118114be52b6a90848228c495290ec804ed /ChangeLog
parente700ccc6671d64aa725905763c66d74522bbd6ca (diff)
downloadfail2ban-ec873e2dc38af51d7da41d65fb28a1daf707b557.tar.gz
Add SoftEtherVPN jail
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3e2c6d4..d1aa66c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,6 +71,7 @@ ver. 0.10.6-dev (20??/??/??) - development edition
* parsing of action in jail-configs considers space between action-names as separator also
(previously only new-line was allowed), for example `action = a b` would specify 2 actions `a` and `b`
* new filter and jail for GitLab recognizing failed application logins (gh-2689)
+* new filter and jail for SoftEtherVPN recognizing failed application logins (gh-2723)
* `filter.d/guacamole.conf` extended with `logging` parameter to follow webapp-logging if it's configured (gh-2631)
* introduced new prefix `{UNB}` for `datepattern` to disable word boundaries in regex;
* datetemplate: improved anchor detection for capturing groups `(^...)`;