summaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2012-10-13 16:35:19 +0200
committerattilamolnar <attilamolnar@hush.com>2012-11-29 20:26:00 +0100
commitf1a122b4eeed9e681f3ef4cf94f8f710cc050afd (patch)
tree9232f1d3ac0ccce6bdf4197fe4f81480ce5abe14 /docs/conf/inspircd.conf.example
parent20ea635c9fcd0d559ff6fc2863ab581591bc4ef8 (diff)
m_dnsbl Add usednsbl option to connect classes
Don't touch users in classes where it's off
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r--docs/conf/inspircd.conf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index 67806e9e4..22369bc50 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -271,6 +271,10 @@
# maxconnwarn: Enable warnings when localmax or globalmax is hit (defaults to on)
maxconnwarn="off"
+ # usednsbl: Defines whether or not users in this class are subject to DNSBL. Default is yes.
+ # This setting only has effect when m_dnsbl is loaded.
+ #usednsbl="yes"
+
# useident: Defines if users in this class MUST respond to a ident query or not.
useident="no"