diff --git a/config/filter.d/stunnel.conf b/config/filter.d/stunnel.conf index 33407f4e..e9bd349e 100644 --- a/config/filter.d/stunnel.conf +++ b/config/filter.d/stunnel.conf @@ -1,8 +1,13 @@ # Fail2ban filter for stunnel -# Based off: http://www.fail2ban.org/wiki/index.php/Fail2ban:Community_Portal#stunnel4 [Definition] failregex = ^ LOG\d\[\d+:\d+\]:\ SSL_accept from :\d+ : (?P[\dA-F]+): error:(?P=CODE):SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate$ datepattern = ^%Y.%m.%d %H:%M:%S + +# DEV NOTES: +# +# Author: Daniel Black +# +# Based off: http://www.fail2ban.org/wiki/index.php/Fail2ban:Community_Portal#stunnel4