mirror of https://github.com/fail2ban/fail2ban
MRG: merge man/jail.conf.5 entries
commit
8421007f32
|
@ -1,16 +1,25 @@
|
||||||
# Fail2Ban jail specifications file
|
# Fail2Ban jail base specification file
|
||||||
#
|
#
|
||||||
# Comments: use '#' for comment lines and ';' (following a space) for inline comments
|
# HOW TO ACTIVATE JAILS:
|
||||||
#
|
#
|
||||||
# Changes: in most of the cases you should not modify this
|
# YOU SHOULD NOT MODIFY THIS FILE.
|
||||||
# file, but provide customizations in jail.local file, e.g.:
|
#
|
||||||
|
# It will probably be overwitten or improved in a distribution update.
|
||||||
|
#
|
||||||
|
# Provide customizations in a jail.local file or a jail.d/customisation.local.
|
||||||
|
# For example to change the default bantime for all jails and to enable the
|
||||||
|
# ssh-iptables jail the following (uncommented) would appear in the .local file.
|
||||||
|
# See man 5 jail.conf for details.
|
||||||
#
|
#
|
||||||
# [DEFAULT]
|
# [DEFAULT]
|
||||||
# bantime = 3600
|
# bantime = 3600
|
||||||
#
|
#
|
||||||
# [ssh-iptables]
|
# [ssh-iptables]
|
||||||
# enabled = true
|
# enabled = true
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
|
# Comments: use '#' for comment lines and ';' (following a space) for inline comments
|
||||||
|
|
||||||
# The DEFAULT allows a global definition of the options. They can be overridden
|
# The DEFAULT allows a global definition of the options. They can be overridden
|
||||||
# in each jail afterwards.
|
# in each jail afterwards.
|
||||||
|
@ -56,7 +65,7 @@ backend = auto
|
||||||
usedns = warn
|
usedns = warn
|
||||||
|
|
||||||
|
|
||||||
# This jail corresponds to the standard configuration in Fail2ban 0.6.
|
# This jail corresponds to the standard configuration in Fail2ban.
|
||||||
# The mail-whois action send a notification e-mail with a whois request
|
# The mail-whois action send a notification e-mail with a whois request
|
||||||
# in the body.
|
# in the body.
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,9 @@ jail.d/*.local (in alphabetical order).
|
||||||
|
|
||||||
Likewise for fail2ban configuration.
|
Likewise for fail2ban configuration.
|
||||||
|
|
||||||
|
Comments: use '#' for comment lines and ';' (following a space) for inline comments
|
||||||
|
|
||||||
|
|
||||||
.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
|
||||||
|
|
Loading…
Reference in New Issue