diff options
author | Sadie Powell <sadie@witchery.services> | 2021-01-27 19:31:48 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-01-27 19:39:32 +0000 |
commit | 05fe4bdd1dbe3162abb6efe830bc21bb94c73fa8 (patch) | |
tree | 89f3ffc6966602c55384544f176498a7fb9ad986 /docs | |
parent | 859a79923a1e9df7195e1320d66b61ee162f52cc (diff) |
Allow disabling connectban for specific connect classes.
Ref: #1841.
Diffstat (limited to 'docs')
-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 06ad9669d..fecaafdc2 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -304,6 +304,10 @@ # in this class. This can save a lot of resources on very busy servers. resolvehostnames="yes" + # useconnectban: Defines if users in this class should be exempt from connectban limits. + # This setting only has effect when the connectban module is loaded. + #useconnectban="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" |