added ability to overwrite jail.conf

This commit is contained in:
Dominik Winter 2016-06-03 01:22:03 +02:00
parent 5232935d47
commit 94077b2a29
2 changed files with 18 additions and 2 deletions

11
config/fail2ban-jail.cf Normal file
View file

@ -0,0 +1,11 @@
[DEFAULT]
# "bantime" is the number of seconds that a host is banned.
#bantime = 10800
# A host is banned if it has generated "maxretry" during the last "findtime"
# seconds.
#findtime = 600
# "maxretry" is the number of failures before a host get banned.
#maxretry = 3