summaryrefslogtreecommitdiff
path: root/config/fail2ban.conf
diff options
context:
space:
mode:
authorsebres <serg.brester@sebres.de>2021-01-27 17:05:37 +0100
committersebres <serg.brester@sebres.de>2021-01-27 17:06:14 +0100
commitc75748c5d3b4de1e51318e1db4a5b72519c47c1f (patch)
treee753fd7049a14696eaaa07fe0dd33a950df7f337 /config/fail2ban.conf
parent3700a9e5230822d33b2377afed9b6de38676e564 (diff)
downloadfail2ban-c75748c5d3b4de1e51318e1db4a5b72519c47c1f.tar.gz
fail2ban.conf: added new fail2ban configuration option "allowipv6" (default auto), can be used to allow or disallow IPv6 interface in fail2ban immediately by start (e. g. if fail2ban starts before network interfaces).
closes gh-2804
Diffstat (limited to 'config/fail2ban.conf')
-rw-r--r--config/fail2ban.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/fail2ban.conf b/config/fail2ban.conf
index f3867839..601402d8 100644
--- a/config/fail2ban.conf
+++ b/config/fail2ban.conf
@@ -55,6 +55,12 @@ socket = /var/run/fail2ban/fail2ban.sock
#
pidfile = /var/run/fail2ban/fail2ban.pid
+# Option: allowipv6
+# Notes.: Allows IPv6 interface:
+# Default: auto
+# Values: [ auto yes (on, true, 1) no (off, false, 0) ] Default: auto
+#allowipv6 = auto
+
# Options: dbfile
# Notes.: Set the file for the fail2ban persistent data to be stored.
# A value of ":memory:" means database is only stored in memory