mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
fixed regex (don't need to match whole line, e. g. every port etc)
This commit is contained in:
parent
0c4d356d11
commit
14edeed310
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue