From 295d7f0a0588ea706823af12fb8b6588a8a1a289 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:40:49 +0100 Subject: [PATCH] update: update to latest version of Fail2Ban (#2903) --- Dockerfile | 1 + target/fail2ban/fail2ban.d/fixes.local | 9 +++++++++ target/scripts/build/packages.sh | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 target/fail2ban/fail2ban.d/fixes.local diff --git a/Dockerfile b/Dockerfile index 4a641d9b..a5e49567 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,6 +133,7 @@ EOF # ----------------------------------------------- COPY target/fail2ban/jail.local /etc/fail2ban/jail.local +COPY target/fail2ban/fail2ban.d/fixes.local /etc/fail2ban/fail2ban.d/fixes.local RUN <