diff options
-rw-r--r-- | conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 81e9f99a8..e86f7392e 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -530,7 +530,7 @@ # over whole ISPs/blocks of IPs, which may be needed to prevent attacks. # #<connectban threshold="10" duration="10m" ipv4cidr="32" ipv6cidr="128"> -# This allows for 10 quits in an hour with a 10 minute ban if that is exceeded. +# This allows for 10 connections in an hour with a 10 minute ban if that is exceeded. # #<module name="m_connectban.so"> |