diff example.conf @ 102:1cbefe9c26c1

Swap defaults for filter and dronebl threshold values.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Sep 2009 18:48:47 +0300
parents d8d8cd36e201
children d38b77d1e6c8
line wrap: on
line diff
--- a/example.conf	Mon Aug 31 11:58:05 2009 +0300
+++ b/example.conf	Tue Sep 01 18:48:47 2009 +0300
@@ -58,7 +58,7 @@
 
 ## How many "hits" the IP needs until it is eligible to be filtered.
 ## (the "hits" can be from any check, e.g. sshd crack, httpd, etc.)
-FILTER_THRESHOLD = 3
+FILTER_THRESHOLD = 5
 
 ## Weeding threshold in hours. Entries older than this will be removed
 ## off from current netfilter settings. Also, entries older than this
@@ -202,7 +202,7 @@
 ## Number of hits required before host IP goes to submission queue.
 ## This setting is independent of the general THRESHOLD value and
 ## only affects DroneBL submissions.
-DRONEBL_THRESHOLD    = 5
+DRONEBL_THRESHOLD    = 3
 
 ## Maximum age of hits counted towards DroneBL submission threshold.
 ## NOTICE! Value this is in _minutes_!