mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
change startcomment and comment so correct rules are flushed
This commit is contained in:
parent
ac2076ef4f
commit
5781675a7d
1 changed files with 2 additions and 2 deletions
|
|
@ -75,10 +75,10 @@ mtikhost =
|
|||
mtiklistname = Auto Fail2Ban
|
||||
# Option: startcomment
|
||||
# Notes.: used as a prefix to all comments, and used to match for flushing rules
|
||||
startcomment = AutoF2B
|
||||
startcomment = f2b-<name>
|
||||
# Option: mtikcomment
|
||||
# Notes.: comment to use on routerOS (must be unique as used for ip address removal)
|
||||
mtikcomment = %(startcomment)s-<name>-<ip>
|
||||
mtikcomment = %(startcomment)s-<ip>
|
||||
|
||||
[Init]
|
||||
name="%(__name__)s"
|
||||
|
|
|
|||
Loading…
Reference in a new issue