summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey G. Brester <github@sebres.de>2018-03-05 19:42:05 +0100
committerGitHub <noreply@github.com>2018-03-05 19:42:05 +0100
commitb16aafe2334e7897c2048a9c48205340af9e80c9 (patch)
treef2ca89ff5e3bcdc896a0c9120cf605e18f52ab4c
parentb34ae5999e0d8ee1af8939527305c13152844b3d (diff)
downloadfail2ban-sebres-fix-hostdeny-ipv6.tar.gz
Update ChangeLogsebres-fix-hostdeny-ipv6
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abbd254b..82fb8668 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,7 @@ ver. 0.10.3-dev-1 (20??/??/??) - development edition
- failregex got an optional space in order to match new log-format (see gh-2061);
- fixed ddos-mode regex to match refactored message (some versions can contain port now, see gh-2062);
* `action.d/badips.py`: implicit convert IPAddr to str, solves an issue "expected string, IPAddr found" (gh-2059);
+* `action.d/hostsdeny.conf`: fixed IPv6 syntax (enclosed in square brackets, gh-2066);
* (Free)BSD ipfw actionban fixed to allow same rule added several times (gh-2054);
### New Features