diff --git a/spectrum/src/tests/ngircd.conf b/spectrum/src/tests/ngircd.conf index 50d9eb2c920521ad699e002c4f054242f6d537f5..d34f2b66f5b1b4fddf635fb697cd6bad6a7fb855 100644 --- a/spectrum/src/tests/ngircd.conf +++ b/spectrum/src/tests/ngircd.conf @@ -171,12 +171,12 @@ ;DefaultUserModes = i # Do DNS lookups when a client connects to the server. - ;DNS = yes + DNS = no # Do IDENT lookups if ngIRCd has been compiled with support for it. # Users identified using IDENT are registered without the "~" character # prepended to their user name. - ;Ident = yes + Ident = no # Directory containing configuration snippets (*.conf), that should # be read in after parsing this configuration file.