From a988bbc86aed404b7bcfdbceafc030ea4bc5ecab Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 11 Oct 2010 16:54:49 +0200 Subject: New configuration option "NoZeroConf" to disable ZeroConf registration If ngIRCd is compiled to register its services using ZeroConf (e.g. using Howl, Avahi or on Mac OS X) this parameter can be used to disable service registration at runtime. --- doc/sample-ngircd.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index a2694f8d..fe34dffa 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -144,6 +144,10 @@ # Don't use PAM, even if ngIRCd has been compiled with support for it. ;NoPAM = no + # Don't use ZeroConf service registration, even if ngIRCd has been + # compiled with support for it (e.g. Howl, Avahi, Mac OS X). + ;NoZeroConf = no + # try to connect to other irc servers using ipv4 and ipv6, if possible ;ConnectIPv6 = yes ;ConnectIPv4 = yes -- cgit 1.4.1