mirror of https://github.com/fail2ban/fail2ban
update jail.conf(5) man-page
parent
3b8078d0e1
commit
ad2235f66b
|
@ -269,17 +269,32 @@ The following commands can be present in the [Definition] section.
|
|||
.B actionstart
|
||||
command(s) executed when the jail starts.
|
||||
.TP
|
||||
.B actionstart6
|
||||
IPv6 specific equivalent for actionstart
|
||||
.TP
|
||||
.B actionstop
|
||||
command(s) executed when the jail stops.
|
||||
.TP
|
||||
.B actionstop6
|
||||
IPv6 specific equivalent for actionstop
|
||||
.TP
|
||||
.B actioncheck
|
||||
command(s) ran before any other action. It aims to verify if the environment is still ok.
|
||||
.TP
|
||||
.B actioncheck6
|
||||
IPv6 specific equivalent for actioncheck
|
||||
.TP
|
||||
.B actionban
|
||||
command(s) that bans the IP address after \fBmaxretry\fR log lines matches within last \fBfindtime\fR seconds.
|
||||
.TP
|
||||
.B actionban6
|
||||
IPv6 specific equivalent for actionban
|
||||
.TP
|
||||
.B actionunban
|
||||
command(s) that unbans the IP address after \fBbantime\fR.
|
||||
.TP
|
||||
.B actionunban6
|
||||
IPv6 specific equivalent for actionunban
|
||||
.PP
|
||||
The [Init] section allows for action-specific settings. In \fIjail.conf/jail.local\fR these can be overwritten for a particular jail as options to the jail. The following are special tags which can be set in the [Init] section:
|
||||
.TP
|
||||
|
|
Loading…
Reference in New Issue