From b6cffc35450fd70318f0a2d7e209fe85a144b980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Azevedo?= Date: Thu, 9 Jan 2025 14:32:23 +0000 Subject: [PATCH] Fix typo --- Fail2Ban-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index 5571e1f..2b94743 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -184,7 +184,7 @@ filter = vaultwarden[journalmatch='_SYSTEMD_UNIT=your_vaultwarden.service'] Use these instead of `logpath = ` and `filter = ` variables. **NOTE FOR BACKEND** -If you installed fail2ban using such as `sudo apt install`, the `/etc/fai2ban/jail.conf` may using systemd as default backend. This default configuration item will result in the inability to monitor the log of logpath. +If you installed fail2ban using such as `sudo apt install`, the `/etc/fail2ban/jail.conf` may using systemd as default backend. This default configuration item will result in the inability to monitor the log of logpath. Add `backend = pyinotify` or `backend = inotify` to the `vaultwarden.local` config