mirror of https://github.com/fail2ban/fail2ban
fixed regex (don't need to match whole line, e. g. every port etc)
parent
0c4d356d11
commit
14edeed310
|
@ -10,7 +10,7 @@ before = common.conf
|
|||
|
||||
_daemon = scanlogd
|
||||
|
||||
failregex = ^%(__prefix_line)s<HOST>\ to\ [\.:0-9a-f]+\ ports\ [\ \.,0-9]+,\ f.......,\ TOS\ [0-9]+,\ TTL\ [0-9]+\ \@[0-9]{1,2}:[0-9]{2}:[0-9]{2}$
|
||||
failregex = ^%(__prefix_line)s<ADDR>(?::<F-PORT/>) to \S+ ports\b
|
||||
|
||||
ignoreregex =
|
||||
|
||||
|
|
Loading…
Reference in New Issue