diff options
author | Adam <adam@sigterm.info> | 2013-04-26 22:13:03 -0700 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2013-04-26 22:13:03 -0700 |
commit | 370e899d8a53ecfd3ec3a49a5fbb81212fa154e3 (patch) | |
tree | 06b001530ef64b7a78d271197cf838a2760edfef /docs/conf/inspircd.conf.example | |
parent | 79e462c530a4617d688ca3c648ece2d8ebb7396a (diff) | |
parent | f2566ff550bc3516eb35fab76217384866de8bcb (diff) |
Merge pull request #501 from SaberUK/master+nouserdns
Move <performance:nouserdns> to <connect:nouserdns>.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 173355acd..e0ed5e67e 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -275,6 +275,10 @@ # maxconnwarn: Enable warnings when localmax or globalmax is hit (defaults to on) maxconnwarn="off" + # nouserdns: If enabled, no DNS lookups will be performed on connecting users + # in this class. This can save a lot of resources on very busy servers. + nouserdns="no" + # 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" @@ -380,6 +384,10 @@ # globalmax: Maximum global (network-wide) connections per IP. globalmax="3" + # nouserdns: If enabled, no DNS lookups will be performed on connecting users + # in this class. This can save a lot of resources on very busy servers. + nouserdns="no" + # useident: Defines if users in this class must respond to a ident query or not. useident="no" @@ -647,11 +655,7 @@ # +C and +Q snomasks. Setting this to yes squelches those messages, # which makes it easier for opers, but degrades the functionality of # bots like BOPM during netsplits. - quietbursts="yes" - - # nouserdns: If enabled, no DNS lookups will be performed on - # connecting users. This can save a lot of resources on very busy servers. - nouserdns="no"> + quietbursts="yes"> #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-# # # |