diff options
author | Daniel Vassdal <shutter@canternet.org> | 2013-07-01 12:31:36 -0700 |
---|---|---|
committer | Daniel Vassdal <shutter@canternet.org> | 2013-07-02 10:55:51 -0700 |
commit | 3ae91bafe711b26ffae1aa27cfd4f5fe7bfc2347 (patch) | |
tree | 2bf6f811b277b633fedc0ba2abdee2886183bea8 /docs/conf | |
parent | f2cdf27dd9c45f91f4184b81ea3b9be7c5d88173 (diff) |
Allow for skipping clone checking before DNS is complete.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/inspircd.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 23a87dc5e..7531117b9 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -663,6 +663,15 @@ # connections. If defined, it sets a soft max connections value. softlimit="12800" + # clonesonconnect: If this is set to false, we won't check for clones + # on initial connection, but only after the DNS check is done. + # This can be useful where your main class is more restrictive + # than some other class a user can be assigned after DNS lookup is complete. + # Turning this option off will make the server spend more time on users we may + # potentially not want. Normally this should be neglible, though. + # Default value is true + clonesonconnect="true" + # quietbursts: When syncing or splitting from a network, a server # can generate a lot of connect and quit messages to opers with # +C and +Q snomasks. Setting this to yes squelches those messages, |