From 0c2900e458f642ae2772526700c0888a187084bd Mon Sep 17 00:00:00 2001 From: jamesstout Date: Tue, 30 Apr 2013 05:41:29 +0800 Subject: [PATCH] BF: fail2ban.local needs section headers --- README.Solaris | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.Solaris b/README.Solaris index b03a31a1..49056062 100644 --- a/README.Solaris +++ b/README.Solaris @@ -69,6 +69,27 @@ FAIL2BAN CONFIGURATION OPT: Create /etc/fail2ban/fail2ban.local containing: +# Fail2Ban main configuration file +# +# Comments: use '#' for comment lines and ';' for inline comments +# +# 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] + +# Option: logtarget +# Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT. +# Only one log target can be specified. +# If you change logtarget from the default value and you are +# using logrotate -- also adjust or disable rotation in the +# corresponding configuration file +# (e.g. /etc/logrotate.d/fail2ban on Debian systems) +# Values: STDOUT STDERR SYSLOG file Default: /var/log/fail2ban.log +# logtarget = /var/adm/fail2ban.log