]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
ClientHost setting
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index 12b688d23d06ecabcc88494091ad3a4761c5ecc9..bb9350160c337ea27aac70cba2852bd5c6d663f2 100644 (file)
@@ -24,6 +24,9 @@
        # (".") and be unique in the IRC network. Required!
        Name = irc.the.net
 
+       # Set this hostname for every client instead of the real one
+       ;ClientHost = irc.the.net
+
        # Info text of the server. This will be shown by WHOIS and
        # LINKS requests for example.
        Info = Server Info Text
        # 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
-
-       # Don't do any IDENT lookups, even if ngIRCd has been compiled
-       # with support for it.
-       ;NoIdent = no
-
-       # 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
        # maximum nick name length!
        ;MaxNickLength = 9
 
+[Features]
+       # Do any DNS lookups when a client connects to the server.
+       ;DNS = yes
+
+       # Do any IDENT lookups if ngIRCd has been compiled with support for it.
+       ;Ident = yes
+
+       # Use PAM if ngIRCd has been compiled with support for it.
+       ;PAM = no
+
 [Operator]
        # [Operator] sections are used to define IRC Operators. There may be
        # more than one [Operator] block, one for each local operator.