diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
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 |