fail2ban.conf: move default settings into DEFAULT section (to be more similar to jail.conf, Definition section overwrites the options, so it is backwards compatible)

pull/2402/head
sebres 2019-04-18 20:53:11 +02:00
parent 0386df0042
commit 25f1aa334e
1 changed files with 5 additions and 2 deletions

View File

@ -5,11 +5,11 @@
# Changes: in most of the cases you should not modify this # Changes: in most of the cases you should not modify this
# file, but provide customizations in fail2ban.local file, e.g.: # file, but provide customizations in fail2ban.local file, e.g.:
# #
# [Definition] # [DEFAULT]
# loglevel = DEBUG # loglevel = DEBUG
# #
[Definition] [DEFAULT]
# Option: loglevel # Option: loglevel
# Notes.: Set the log level output. # Notes.: Set the log level output.
@ -74,6 +74,9 @@ dbpurgeage = 1d
# Values: [ INT ] Default: 10 # Values: [ INT ] Default: 10
dbmaxmatches = 10 dbmaxmatches = 10
[Definition]
[Thread] [Thread]
# Options: stacksize # Options: stacksize