From e1d98ef97221224e3bde3e2164f1ee00837584a3 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 10 Sep 2009 13:17:06 +0200 Subject: [PATCH] fail2ban: Add rules to the Vuurmuur hook chain. Normally, fail2ban adds its rules to the INPUT directly, but then its rules will get flushed when Vuurmuur is restarted. Using this special hook chain created by Vuurmuur, fail2ban should keep working even after Vuurmuur restarts. --- etc/fail2ban/jail.local | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 etc/fail2ban/jail.local diff --git a/etc/fail2ban/jail.local b/etc/fail2ban/jail.local new file mode 100644 index 0000000..eff534b --- /dev/null +++ b/etc/fail2ban/jail.local @@ -0,0 +1,2 @@ +[DEFAULT] +chain = PRE-VRMR-INPUT -- 2.30.2