DOC: Adjusted header for config/*.conf to mention .local and way to comment

thanks to Stefano Forli for reminding about comments
see Debian Bug#676146
debian-devel
Yaroslav Halchenko 2012-06-04 22:41:28 -04:00
parent 958aa2e932
commit b4099dae57
2 changed files with 17 additions and 6 deletions

View File

@ -1,8 +1,12 @@
# Fail2Ban configuration file
# Fail2Ban main configuration file
#
# Author: Cyril Jaquier
# Comments: use '#' for comment lines and ';' for inline comments
#
# $Revision$
# Changes: in most of the cases you should not modify this
# file, but provide customizations in fail2ban.local file, e.g.:
#
# [Definition]
# loglevel = 4
#
[Definition]

View File

@ -1,8 +1,15 @@
# Fail2Ban configuration file
# Fail2Ban jail specifications file
#
# Author: Cyril Jaquier
# Comments: use '#' for comment lines and ';' for inline comments
#
# $Revision$
# Changes: in most of the cases you should not modify this
# file, but provide customizations in jail.local file, e.g.:
#
# [DEFAULT]
# bantime = 3600
#
# [ssh-iptables]
# enabled = true
#
# The DEFAULT allows a global definition of the options. They can be overridden