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 /include/users.h | |
parent | 79e462c530a4617d688ca3c648ece2d8ebb7396a (diff) | |
parent | f2566ff550bc3516eb35fab76217384866de8bcb (diff) |
Merge pull request #501 from SaberUK/master+nouserdns
Move <performance:nouserdns> to <connect:nouserdns>.
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 9b7d28d31..0f57074b2 100644 --- a/include/users.h +++ b/include/users.h @@ -144,6 +144,10 @@ struct CoreExport ConnectClass : public refcountbase */ unsigned long limit; + /** If set to true, no user DNS lookups are to be performed + */ + bool nouserdns; + /** Create a new connect class with no settings. */ ConnectClass(ConfigTag* tag, char type, const std::string& mask); |