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]"
|
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
|
# Option: user
|
||||||
# Notes.: username to use when connecting to routerOS
|
# Notes.: username to use when connecting to routerOS
|
||||||
mtikuser =
|
user =
|
||||||
# Option: port
|
# Option: port
|
||||||
# Notes.: port to use when connecting to routerOS
|
# Notes.: port to use when connecting to routerOS
|
||||||
mtikport = 22
|
port = 22
|
||||||
# Option: keyfile
|
# Option: keyfile
|
||||||
# Notes.: ssh private key to use for connecting to routerOS
|
# Notes.: ssh private key to use for connecting to routerOS
|
||||||
mtikkeyfile =
|
keyfile =
|
||||||
# Option: host
|
# Option: host
|
||||||
# Notes.: hostname or ip of router
|
# Notes.: hostname or ip of router
|
||||||
mtikhost =
|
host =
|
||||||
# Option: list
|
# Option: list
|
||||||
# Notes.: name of "address-list" to use on router
|
# Notes.: name of "address-list" to use on router
|
||||||
mtiklistname = Fail2Ban
|
list = Fail2Ban
|
||||||
# Option: startcomment
|
# Option: startcomment
|
||||||
# Notes.: used as a prefix to all comments, and used to match for flushing rules
|
# Notes.: used as a prefix to all comments, and used to match for flushing rules
|
||||||
startcomment = f2b-<name>
|
startcomment = f2b-<name>
|
||||||
# Option: comment
|
# Option: comment
|
||||||
# Notes.: comment to use on routerOS (must be unique as used for ip address removal)
|
# Notes.: comment to use on routerOS (must be unique as used for ip address removal)
|
||||||
mtikcomment = %(startcomment)s-<ip>
|
comment = %(startcomment)s-<ip>
|
||||||
|
|
||||||
[Init]
|
[Init]
|
||||||
name="%(__name__)s"
|
name="%(__name__)s"
|
||||||
|
|
Loading…
Reference in New Issue