1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Updated Fail2Ban Setup (markdown)

Dielee 2020-02-14 13:44:10 +01:00
parent 5ab4f754fc
commit 10c6c99614

@ -2,7 +2,7 @@ To use Fail2Ban with radicale change Logging to `INFO`
Configs for fail2ban Configs for fail2ban
filter: filter http/https:
``` ```
[INCLUDES] [INCLUDES]
@ -16,6 +16,21 @@ ignoreregex =
maxlines = 4 maxlines = 4
``` ```
filter webdav:
```
[INCLUDES]
before = common.conf
[Definition]
failregex = ^.*Failed\slogin\sattempt.*\n^.*\n^.*\s\'\/.well\-known.*\sfrom\s\'<HOST>\'
ignoreregex =
[Init]
maxlines = 3
```
jail: jail:
``` ```
[radicale] [radicale]