mirror of https://github.com/fail2ban/fail2ban
DOC: add missing jail directives
parent
f6fb737e6c
commit
2f3648c458
|
@ -63,6 +63,12 @@ Comments: use '#' for comment lines and ';' (following a space) for inline comme
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
The following options are applicable to all jails. Their meaning is described in the default \fIjail.conf\fR file.
|
The following options are applicable to all jails. Their meaning is described in the default \fIjail.conf\fR file.
|
||||||
.TP
|
.TP
|
||||||
|
\fBfilter\fR
|
||||||
|
.TP
|
||||||
|
\fBlogpath\fR
|
||||||
|
.TP
|
||||||
|
\fBaction\fR
|
||||||
|
.TP
|
||||||
\fBignoreip\fR
|
\fBignoreip\fR
|
||||||
.TP
|
.TP
|
||||||
\fBbantime\fR
|
\fBbantime\fR
|
||||||
|
@ -74,6 +80,10 @@ The following options are applicable to all jails. Their meaning is described in
|
||||||
\fBbackend\fR
|
\fBbackend\fR
|
||||||
.TP
|
.TP
|
||||||
\fBusedns\fR
|
\fBusedns\fR
|
||||||
|
.TP
|
||||||
|
\fBfailregex\fR
|
||||||
|
.TP
|
||||||
|
\fBignoreregex\fR
|
||||||
|
|
||||||
|
|
||||||
.SH "ACTION FILES"
|
.SH "ACTION FILES"
|
||||||
|
|
Loading…
Reference in New Issue