Explorar el Código

Merge pull request #22 from lukecyca/patch-1

TODO for fail2ban ignoreip
Alex Payne hace 11 años
padre
commit
c80cbfbb12
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      roles/common/templates/etc_fail2ban_jail.local.j2

+ 2
- 2
roles/common/templates/etc_fail2ban_jail.local.j2 Ver fichero

@@ -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…
Cancelar
Guardar