From cc49c1a585976c62c1c4cbdc94f2b0baa9f34e8a Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 8 Oct 2023 12:27:43 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- fail2ban/fail2ban.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban/fail2ban.conf b/fail2ban/fail2ban.conf index fd6baeb..f0c400e 100644 --- a/fail2ban/fail2ban.conf +++ b/fail2ban/fail2ban.conf @@ -59,7 +59,7 @@ pidfile = /var/run/fail2ban/fail2ban.pid # Notes.: Allows IPv6 interface: # Default: auto # Values: [ auto yes (on, true, 1) no (off, false, 0) ] Default: auto -#allowipv6 = auto +allowipv6 = auto # Options: dbfile # Notes.: Set the file for the fail2ban persistent data to be stored. -- 2.39.5