parent
daa6416b13
commit
0ba11fc416
2 changed files with 5 additions and 2 deletions
@ -1,9 +1,10 @@ |
|||||||
|
|
||||||
[Definition] |
[Definition] |
||||||
|
|
||||||
actionban = /sbin/e-smith/smeserver-fail2ban --host=<ip> --proto=<protocol> --port=<port> |
actionban = /sbin/e-smith/smeserver-fail2ban --host=<ip> --proto=<protocol> --port=<port> --bantime=<bantime> |
||||||
actionunban = /sbin/e-smith/smeserver-fail2ban --host=<ip> --unban --proto=<protocol> --port=<port> |
actionunban = /sbin/e-smith/smeserver-fail2ban --host=<ip> --unban --proto=<protocol> --port=<port> |
||||||
|
|
||||||
[Init] |
[Init] |
||||||
protocol = undef |
protocol = undef |
||||||
port = undef |
port = undef |
||||||
|
bantime = undef |
||||||
|
Loading…
Reference in new issue