mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
add jail boundary to flush command for more precise targeting of jail (if some name may be equal to prefix of other name)
This commit is contained in:
parent
5781675a7d
commit
d46ec3a555
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ actionstart =
|
|||
|
||||
actionstop = %(actionflush)s
|
||||
|
||||
actionflush = %(mtikcommand)s "/ip firewall address-list remove [find list=\"%(mtiklistname)s\" comment~\"%(startcomment)s*\"]"
|
||||
actionflush = %(mtikcommand)s "/ip firewall address-list remove [find list=\"%(mtiklistname)s\" comment~\"%(startcomment)s-*\"]"
|
||||
|
||||
actioncheck =
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue