Browse Source

Merge pull request #22 from lukecyca/patch-1

TODO for fail2ban ignoreip
Alex Payne 11 years ago
parent
commit
c80cbfbb12
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
 [DEFAULT]
1
 [DEFAULT]
2
-ignoreip  = 127.0.0.1 198.58.112.239
2
+ignoreip  = 127.0.0.1 TODO(server IP address)
3
 bantime   = 86400
3
 bantime   = 86400
4
 destemail = {{ admin_email }}
4
 destemail = {{ admin_email }}
5
 banaction = iptables-multiport
5
 banaction = iptables-multiport
31
 logpath = /var/log/maillog
31
 logpath = /var/log/maillog
32
 maxretry = 20
32
 maxretry = 20
33
 findtime = 1200
33
 findtime = 1200
34
-bantime = 1200
34
+bantime = 1200

Loading…
Cancel
Save