corrected test cases

This commit is contained in:
Dominik Winter 2016-06-04 02:46:33 +02:00
parent c1bbf5295f
commit e3b65aea7a
2 changed files with 21 additions and 12 deletions

View file

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