From 35b6f3997cb6c93c2d10bea748a4ddab53e7b579 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 7 Jan 2008 23:02:29 +0000 Subject: [PATCH] Document NoDNS configuration option. --- doc/sample-ngircd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 973c6803..13014d32 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.43 2007/11/23 16:26:03 fw Exp $ +# $Id: sample-ngircd.conf,v 1.44 2008/01/07 23:02:29 alex Exp $ # # This is a sample configuration file for the ngIRCd, which must be adepted @@ -100,6 +100,9 @@ # Allow Pre-Defined Channels only (see Section [Channels]) ;PredefChannelsOnly = no + # Don't do any DNS lookups when a client connects to the server. + ;NoDNS = no + # Maximum number of simultaneous connection the server is allowed # to accept (0: unlimited): ;MaxConnections = 0