mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-09 22:06:02 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user