diff example.conf @ 69:b090ddfccdab

Cleanups. Improve IP/host definitions.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Aug 2009 15:19:08 +0300
parents 42889eed0ce8
children 532169789f52
line wrap: on
line diff
--- a/example.conf	Tue Aug 18 03:47:16 2009 +0300
+++ b/example.conf	Wed Aug 26 15:19:08 2009 +0300
@@ -22,11 +22,14 @@
 ## set this if you wish to have a surefire open channel from some host, even in
 ## the case someone tries to spoof IPs for denial of service.
 ##
-## NOTICE! This setting supports only IPv4 addresses, no IPv6 or DNS names.
-## You can have any number of NOACTION_IPS settings.
+## NOTICE! This setting supports only IPv4 addresses and address ranges, no
+## IPv6 or DNS names. You can have any number of NOACTION_IPS settings.
 #NOACTION_IPS = "192.121.86.15"
 #NOACTION_IPS = "74.125.45.100"
 
+## Also ranges defined via CIDR notation can be used:
+#NOACTION_IPS = "213.129.224.0/19"
+
 ## For how many hours to keep general information about IP. Affects from
 ## how long period statistics dump shows data. Also hitcount thresholds
 ## take the old data into account, meaning that if FILTER_MAX_AGE < GLOBAL_MAX_AGE
@@ -38,10 +41,10 @@
 ## settings below.
 #PASSWD = "/etc/passwd"
 
-## Set range of system account UIDs here, default is 1-100.
+## Set range of system account UIDs here, default is 1-999.
 ## Root account is handled by CHK_ROOT_SSH_PWD check.
 #SYSACCT_MIN_UID     = 1
-#SYSACCT_MAX_UID     = 100
+#SYSACCT_MAX_UID     = 999
 
 
 #############################################################################