mirror of https://github.com/fail2ban/fail2ban
changed missed names
parent
9b1417a169
commit
7dc32971f8
|
@ -56,29 +56,29 @@ actionban = %(command)s "/ip firewall address-list add list=\"%(list)s\" address
|
|||
|
||||
actionunban = %(command)s "/ip firewall address-list remove [find list=\"%(list)s\" comment=%(comment)s]"
|
||||
|
||||
mtikcommand = ssh -l %(user)s -p%(port)s -i %(keyfile)s %(host)s
|
||||
command = ssh -l %(user)s -p%(port)s -i %(keyfile)s %(host)s
|
||||
|
||||
# Option: user
|
||||
# Notes.: username to use when connecting to routerOS
|
||||
mtikuser =
|
||||
user =
|
||||
# Option: port
|
||||
# Notes.: port to use when connecting to routerOS
|
||||
mtikport = 22
|
||||
port = 22
|
||||
# Option: keyfile
|
||||
# Notes.: ssh private key to use for connecting to routerOS
|
||||
mtikkeyfile =
|
||||
keyfile =
|
||||
# Option: host
|
||||
# Notes.: hostname or ip of router
|
||||
mtikhost =
|
||||
host =
|
||||
# Option: list
|
||||
# Notes.: name of "address-list" to use on router
|
||||
mtiklistname = Fail2Ban
|
||||
list = Fail2Ban
|
||||
# Option: startcomment
|
||||
# Notes.: used as a prefix to all comments, and used to match for flushing rules
|
||||
startcomment = f2b-<name>
|
||||
# Option: comment
|
||||
# Notes.: comment to use on routerOS (must be unique as used for ip address removal)
|
||||
mtikcomment = %(startcomment)s-<ip>
|
||||
comment = %(startcomment)s-<ip>
|
||||
|
||||
[Init]
|
||||
name="%(__name__)s"
|
||||
|
|
Loading…
Reference in New Issue