changed missed names

pull/2860/head
Duncan Bellamy 2023-03-08 12:16:35 +00:00
parent 9b1417a169
commit 7dc32971f8
1 changed files with 7 additions and 7 deletions

View File

@ -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"