fst – Diff between revs 1 and 5

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