mirror of https://github.com/fail2ban/fail2ban
badips: increase age for /list/cat in the test-cases (default 24h is too short, so the tests can sporadic fail)
parent
4963295729
commit
fd0471927d
|
@ -58,6 +58,7 @@ if sys.version_info >= (2,7): # pragma: no cover - may be unavailable
|
|||
self.jail.actions.add("badips", pythonModuleName, initOpts={
|
||||
'category': "ssh",
|
||||
'banaction': "test",
|
||||
'age': "2w",
|
||||
'score': 5,
|
||||
'key': "fail2ban-test-suite",
|
||||
#'bankey': "fail2ban-test-suite",
|
||||
|
|
Loading…
Reference in New Issue