1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-07 21:25:58 +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:
Alexander Barton
2010-10-11 16:54:49 +02:00
parent 4226db873f
commit a988bbc86a
7 changed files with 32 additions and 2 deletions

View File

@@ -222,6 +222,12 @@ to the PAM library at runtime; all users connecting without password are
allowed to connect, all passwords given will fail.
Default: no.
.TP
\fBNoZeroConf\fR
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.
Default: no.
.TP
\fBConnectIPv4\fR
Set this to no if you do not want ngIRCd to connect to other IRC servers using
IPv4. This allows usage of ngIRCd in IPv6-only setups.