From 4550e3ad276283a52727668eb85ca00937df9076 Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 25 Mar 2024 16:34:12 +0100 Subject: [PATCH] ChangeLog: reorder (filters after actions) --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbdff14f..25b14116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,13 +28,13 @@ ver. 1.0.3-dev-1 (20??/??/??) - development nightly edition (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 * improve `ignoreself` by considering all local addresses from network interfaces additionally to IPs from hostnames (gh-3132) +* `action.d/mikrotik.conf` - new action for mikrotik routerOS, adds and removes entries from address lists on the router (gh-2860) +* `action.d/smtp.py` - added optional support for TLS connections via the `ssl` arg. * `filter.d/exim.conf`, `filter.d/exim-spam.conf`: - messages are prefiltered by `prefregex` now - filter can bypass additional timestamp or pid that may be logged via systemd-journal or syslog-ng (gh-3060) - rewrite host line regex for all varied exim's log_selector states (gh-3263) - fixed "dropped: too many ..." regex, also matching unrecognized commands now (gh-3502) -* `action.d/mikrotik.conf` - new action for mikrotik routerOS, adds and removes entries from address lists on the router (gh-2860) -* `action.d/smtp.py` - added optional support for TLS connections via the `ssl` arg. * `filter.d/nginx-forbidden.conf` - new filter to ban forbidden locations, e. g. using `deny` directive (gh-2226) * `filter.d/sshd.conf`: - avoid double counting for "maximum authentication attempts exceeded" (gh-3502)