From 7ae8ab4a17f8ffaee1916faa93ccd0fd9e250e56 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 12 Jul 2008 14:37:24 +0000 Subject: Add CIDR mask use to m_connectban, detection and banning may now happen over IP ranges instead of individual IPs. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9982 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/modules.conf.example | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/modules.conf.example b/conf/modules.conf.example index db255cca3..0eee4541e 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -463,14 +463,15 @@ # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Connectban: Provides per-IP connection throttling. Any IP that disconnects +# Connectban: Provides IP connection throttling. Any IP range that connects # too many times (configurable) in an hour is zlined for a (configurable) # duration, and their count resets to 0. # -# NOTE: This module may change name/behaviour later in 1.2. Please make sure -# you read release announcements! +# ipv4cidr and ipv6cidr allow you to turn the comparison from individual +# IP addresses (32 and 128 bits) into CIDR masks, to allow for throttling +# over whole ISPs/blocks of IPs, which may be needed to prevent attacks. # -# +# # This allows for 10 quits in an hour with a 10 minute ban if that is exceeded. # # -- cgit v1.2.3