fst – Rev 1

Subversion Repositories:
Rev:
# Fail2Ban configuration file
#
# MeshWall configuration.
#
#

[Definition]
# Option:  actionban
# Notes.:  command executed when banning an IP. Take care that the
#          command is executed with Fail2Ban user rights.
# Tags:    See jail.conf(5) man page
# Values:  CMD
#
actionban = /opt/fst/fst/fst-action.js ban '<name>' '<protocol>' '<port>' '<ip>'

# Option:  actionunban
# Notes.:  command executed when unbanning an IP. Take care that the
#          command is executed with Fail2Ban user rights.
# Tags:    See jail.conf(5) man page
# Values:  CMD
#
actionunban = /opt/fst/fst/fst-action.js unban '<name>' '<protocol>' '<port>' '<ip>'

[Init]

init = fst initialized