diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-01-28 18:33:48 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-01-28 18:33:48 +0100 |
commit | bcdb01c02f392503c91538b3c1fabe62544ef423 (patch) | |
tree | 2b0e6aa71d1c8f1ff757e00af8657687cfb5e0ba | |
parent | e5445c177842c12d6a28ac0a5528c26652077935 (diff) |
fail2ban: set 'allowipv6 = auto'.
-rw-r--r-- | roles/common/files/etc/fail2ban/fail2ban.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/common/files/etc/fail2ban/fail2ban.local b/roles/common/files/etc/fail2ban/fail2ban.local index 23a92e9..5df817a 100644 --- a/roles/common/files/etc/fail2ban/fail2ban.local +++ b/roles/common/files/etc/fail2ban/fail2ban.local @@ -7,3 +7,5 @@ # A value of "None" disables the database. # Values: [ None :memory: FILE ] Default: /var/lib/fail2ban/fail2ban.sqlite3 dbfile = None + +allowipv6 = auto |