mirror of https://github.com/fail2ban/fail2ban
add jail boundary to flush command for more precise targeting of jail (if some name may be equal to prefix of other name)
parent
5781675a7d
commit
d46ec3a555
|
@ -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 New Issue