Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions filter.d/qbittorrent-auth.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Version 2024/09/20
# Fail2Ban filter configuration for qBittorrent

[INCLUDES]
before = common.conf

[Definition]

failregex = ^.*WebAPI login failure\. Reason: invalid credentials.*IP: <HOST>.*$

ignoreregex =

datepattern = %%Y-%%m-%%dT%%H:%%M:%%S
8 changes: 8 additions & 0 deletions jail.d/qbittorrent-auth.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Version 2024/09/20
# Fail2Ban jail configuration for qBittorrent

[qbittorrent-auth]

enabled = false
port = 8080
logpath = %(remote_logs_path)s/qbittorrent/qbittorrent.log
Loading