Skip to content

Commit

Permalink
docs: update fail2ban documentation to handle logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcinalli authored and Fallenbagel committed May 21, 2022
1 parent d22bc09 commit e42153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending-overseerr/fail2ban.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use Fail2ban with Overseerr, create a new file named `overseerr.local` in you

```
[Definition]
failregex = .*\[info\]\[Auth\]\: Failed sign-in attempt.*"ip":"<HOST>"
failregex = .*\[warn\]\[API\]\: Failed sign-in attempt.*"ip":"<HOST>"
```

You can then add a jail using this filter in `jail.local`. Please see the [Fail2ban documetation](https://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Jails) for details on how to configure the jail.

0 comments on commit e42153c

Please sign in to comment.