mirror of https://github.com/fail2ban/fail2ban
small amend: sport after saddr is optional
format of message: saddr[:sport] to daddr [and others,] ports port[, port...], ..., flags[, TOS TOS][, TTL TTL] @HH:MM:SSpull/2950/head
parent
14edeed310
commit
977dfe4bd7
|
@ -10,7 +10,7 @@ before = common.conf
|
||||||
|
|
||||||
_daemon = scanlogd
|
_daemon = scanlogd
|
||||||
|
|
||||||
failregex = ^%(__prefix_line)s<ADDR>(?::<F-PORT/>) to \S+ ports\b
|
failregex = ^%(__prefix_line)s<ADDR>(?::<F-PORT/>)? to \S+ ports\b
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue