diff options
author | Sadie Powell <sadie@witchery.services> | 2021-02-21 04:09:59 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-02-21 04:09:59 +0000 |
commit | 6f4aee365b5af9a9c6f733be8dbfc3365d15a866 (patch) | |
tree | 0e434564da4799e064efb70f82f90d22a996b2b6 /docs/conf/inspircd.conf.example | |
parent | b45b7f018d49eeeada7ece3d05382798bbcd55e4 (diff) |
Add a config option for exempting classes from connflood.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index fecaafdc2..cdfb6f3c2 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -308,6 +308,10 @@ # This setting only has effect when the connectban module is loaded. #useconnectban="yes" + # useconnflood: Defines if users in this class should be exempt from connflood limits. + # This setting only has effect when the connflood module is loaded. + #useconnflood="yes" + # usednsbl: Defines whether or not users in this class are subject to DNSBL. Default is yes. # This setting only has effect when the dnsbl module is loaded. #usednsbl="yes" |