mirror of https://github.com/fail2ban/fail2ban
DOC: try to encourage jail.local jail.d/*.local a lot more
parent
2d1bd54439
commit
ee58696531
|
@ -1,16 +1,24 @@
|
||||||
# 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
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 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 +64,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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue