We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01d60e2 + 0c0e0f0 commit 4db4e88Copy full SHA for 4db4e88
filter.d/emby-auth.conf
@@ -1,4 +1,4 @@
1
-## Version 2022/08/06
+## Version 2023/03/11
2
# Fail2Ban filter for emby
3
4
[INCLUDES]
@@ -8,14 +8,6 @@ before = common.conf
8
9
_daemon = emby-server
10
11
-failregex = ^.*Info HttpServer: HTTP Response 401 to <HOST>.*authenticatebyname.*$
12
- ^.*Info HttpServer: HTTP Response 500 to <HOST>.*mediabrowser/Users/None.*$
+failregex = Server: AUTH-ERROR:\ <HOST>\ -
13
14
ignoreregex =
15
-
16
-# DEV Notes:
17
-#
18
-# Matching on http 401 with a trailing url including 'authenticatebyname' to catch incorrect passwords
19
-# Matching on http 500 with a trailing url including 'mediabrowser/Users/None' to catch incorrect usernames
20
21
-# Author: [email protected]
0 commit comments