mirror of https://github.com/fail2ban/fail2ban
DOC: Adjusted header for config/*.conf to mention .local and way to comment
thanks to Stefano Forli for reminding about comments see Debian Bug#676146debian-devel
parent
958aa2e932
commit
b4099dae57
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue