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 /roles/common/files | |
| parent | e5445c177842c12d6a28ac0a5528c26652077935 (diff) | |
fail2ban: set 'allowipv6 = auto'.
Diffstat (limited to 'roles/common/files')
| -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 @@ -1,9 +1,11 @@  [Definition]  # 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  #         and data is lost when fail2ban is stopped.  #         A value of "None" disables the database.  # Values: [ None :memory: FILE ] Default: /var/lib/fail2ban/fail2ban.sqlite3  dbfile = None + +allowipv6 = auto | 
