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