summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-14 13:02:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-14 13:02:40 +0000
commitd4ca01f12f539a7f3eda3a682b5d2fbb67fabdb7 (patch)
tree8a146cf6d517caae1d7798eda21290b4395f38de /include
parent174169ac35321eedae9df6aabe7833b7df6b0279 (diff)
Add <options:nouserdns> - 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
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h4
1 files changed, 4 insertions, 0 deletions
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<std::string,int> maxbans;
+ /** If set to true, no user DNS lookups are to be performed
+ */
+ bool NoUserDns;
+
ServerConfig();
/** Clears the include stack in preperation for