From d4ca01f12f539a7f3eda3a682b5d2fbb67fabdb7 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 14 Jul 2006 13:02:40 +0000 Subject: Add - defaults to off. if set to on, no user dns lookups are performed, saving resources git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4386 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 598fbef81..b37838cf1 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -344,6 +344,10 @@ class ServerConfig : public Extensible */ std::map maxbans; + /** If set to true, no user DNS lookups are to be performed + */ + bool NoUserDns; + ServerConfig(); /** Clears the include stack in preperation for -- cgit v1.2.3