mirror of https://github.com/fail2ban/fail2ban
DOC: Add database settings for fail2ban.conf to jail.conf(5) man page
parent
175c593462
commit
e437bd5e6f
|
@ -121,6 +121,14 @@ This is used for communication with the fail2ban server daemon. Do not remove th
|
||||||
.B pidfile
|
.B pidfile
|
||||||
PID filename. Default: /var/run/fail2ban/fail2ban.pid.
|
PID filename. Default: /var/run/fail2ban/fail2ban.pid.
|
||||||
This is used to store the process ID of the fail2ban server.
|
This is used to store the process ID of the fail2ban server.
|
||||||
|
.TP
|
||||||
|
.B dbfile
|
||||||
|
Database filename. Default: /var/lib/fail2ban/fail2ban.sqlite3
|
||||||
|
This defines where the persistent data for fail2ban is stored. This persistent data allows bans to be reinstated and continue reading log files from the last read position when fail2ban is restarted. A value of \fINone\fR disables this feature.
|
||||||
|
.TP
|
||||||
|
.B dbpurgeage
|
||||||
|
Database purge age in seconds. Default: 86400 (24hours)
|
||||||
|
This sets the age at which bans should be purged from the database.
|
||||||
|
|
||||||
.SH "JAIL CONFIGURATION FILE(S) (\fIjail.conf\fB)"
|
.SH "JAIL CONFIGURATION FILE(S) (\fIjail.conf\fB)"
|
||||||
The following options are applicable to any jail. They appear in a section specifying the jail name or in the \fI[DEFAULT]\fR section which defines default values to be used if not specified in the individual section.
|
The following options are applicable to any jail. They appear in a section specifying the jail name or in the \fI[DEFAULT]\fR section which defines default values to be used if not specified in the individual section.
|
||||||
|
|
Loading…
Reference in New Issue