Files
sct-overseerr/docs/extending-overseerr/fail2ban.md
2021-01-29 17:03:59 +09:00

619 B

Fail2ban Filter

{% hint style="warning" %} If you are running Overseerr behind a reverse proxy, make sure that the PROXY environment variable is set to yes. {% endhint %}

To use Fail2ban with Overseerr, create a new file named overseerr.local in your Fail2ban filter.d directory with the following filter definition:

[Definition]
failregex = .*\[info\]\[Auth\]\: Failed login attempt.*"ip":"<HOST>"

You can then add a jail using this filter in jail.local. Please see the Fail2ban documetation for details on how to configure the jail.