Browse Source

TODO for fail2ban ignoreip

Removed your hardcoded server IP
Luke Cyca 11 years ago
parent
commit
dfe8bd1cca
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      roles/common/templates/etc_fail2ban_jail.local.j2

+ 2
- 2
roles/common/templates/etc_fail2ban_jail.local.j2 View File

@@ -1,5 +1,5 @@
1 1
 [DEFAULT]
2
-ignoreip  = 127.0.0.1 198.58.112.239
2
+ignoreip  = 127.0.0.1 TODO(server IP address)
3 3
 bantime   = 86400
4 4
 destemail = {{ admin_email }}
5 5
 banaction = iptables-multiport
@@ -31,4 +31,4 @@ action = iptables-multiport[name=dovecot-pop3imap, port="pop3,imap", protocol=tc
31 31
 logpath = /var/log/maillog
32 32
 maxretry = 20
33 33
 findtime = 1200
34
-bantime = 1200
34
+bantime = 1200

Loading…
Cancel
Save