mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
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
This commit is contained in:
parent
958aa2e932
commit
b4099dae57
2 changed files with 17 additions and 6 deletions
|
|
@ -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 a new issue