mirror of https://github.com/fail2ban/fail2ban
change startcomment and comment so correct rules are flushed
parent
ac2076ef4f
commit
5781675a7d
|
@ -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 New Issue