diff --git a/filter.d/jellyfin-auth.conf b/filter.d/jellyfin-auth.conf new file mode 100644 index 0000000..72b9bbb --- /dev/null +++ b/filter.d/jellyfin-auth.conf @@ -0,0 +1,11 @@ +## Version 2024/09/19 +# Fail2Ban filter configuration for Jellyfin + +[INCLUDES] +before = common.conf + +[Definition] + +failregex = ^.*Authentication request for .* has been denied \(IP: ""\)\. + +ignoreregex = diff --git a/jail.d/jellyfin-auth.conf b/jail.d/jellyfin-auth.conf new file mode 100644 index 0000000..f579f13 --- /dev/null +++ b/jail.d/jellyfin-auth.conf @@ -0,0 +1,8 @@ +## Version 2024/09/19 +# Fail2Ban jail configuration for Jellyfin + +[jellyfin-auth] + +enabled = false +port = 8096 +logpath = %(remote_logs_path)s/jellyfin/log_*.log