fst – Blame information for rev 5

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Fail2Ban configuration file
2 #
5 office 3 # FST configuration.
1 office 4 #
5 #
6  
7 [Definition]
8 # Option: actionban
9 # Notes.: command executed when banning an IP. Take care that the
10 # command is executed with Fail2Ban user rights.
11 # Tags: See jail.conf(5) man page
12 # Values: CMD
13 #
14 actionban = /opt/fst/fst/fst-action.js ban '<name>' '<protocol>' '<port>' '<ip>'
15  
16 # Option: actionunban
17 # Notes.: command executed when unbanning an IP. Take care that the
18 # command is executed with Fail2Ban user rights.
19 # Tags: See jail.conf(5) man page
20 # Values: CMD
21 #
22 actionunban = /opt/fst/fst/fst-action.js unban '<name>' '<protocol>' '<port>' '<ip>'
23  
24 [Init]
25  
26 init = fst initialized