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 | |
parent | b45b7f018d49eeeada7ece3d05382798bbcd55e4 (diff) |
Add a config option for exempting classes from connflood.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 4 | ||||
-rw-r--r-- | docs/conf/providers/irccloud.conf.example | 1 |
2 files changed, 5 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" diff --git a/docs/conf/providers/irccloud.conf.example b/docs/conf/providers/irccloud.conf.example index 559e93459..35f08590d 100644 --- a/docs/conf/providers/irccloud.conf.example +++ b/docs/conf/providers/irccloud.conf.example @@ -8,6 +8,7 @@ globalmax="100" localmax="100" useconnectban="no" + useconnflood="no" usednsbl="no"> <connect name="IRCCloud (Brockwell)" parent="IRCCloud" allow="192.184.10.118"> |