From 10c6c996142029c0f5cc7ecf4348ce71e6a5bcc2 Mon Sep 17 00:00:00 2001 From: Dielee <45101649+Dielee@users.noreply.github.com> Date: Fri, 14 Feb 2020 13:44:10 +0100 Subject: [PATCH] Updated Fail2Ban Setup (markdown) --- Fail2Ban-Setup.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index 372ac34..9973105 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -2,7 +2,7 @@ To use Fail2Ban with radicale change Logging to `INFO` Configs for fail2ban -filter: +filter http/https: ``` [INCLUDES] @@ -16,6 +16,21 @@ ignoreregex = maxlines = 4 ``` +filter webdav: + +``` +[INCLUDES] +before = common.conf + +[Definition] +failregex = ^.*Failed\slogin\sattempt.*\n^.*\n^.*\s\'\/.well\-known.*\sfrom\s\'\' +ignoreregex = + +[Init] +maxlines = 3 + +``` + jail: ``` [radicale]