mirror of https://github.com/fail2ban/fail2ban
increase coverage (was decreased since "ignoreip" was set to default empty)
parent
6c4b1c7204
commit
663bc9903d
|
@ -780,6 +780,7 @@ class Fail2banServerTest(Fail2banClientServerBase):
|
|||
"findtime = 10m",
|
||||
"failregex = ^\s*failure <F-ERRCODE>401|403</F-ERRCODE> from <HOST>",
|
||||
"datepattern = {^LN-BEG}EPOCH",
|
||||
"ignoreip = 127.0.0.1/8 ::1", # just to cover ignoreip in jailreader/transmitter
|
||||
"",
|
||||
"[test-jail1]", "backend = " + backend, "filter =",
|
||||
"action = ",
|
||||
|
|
Loading…
Reference in New Issue