]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf
Initial documentation for using PAM with ngIRCd
[ngircd-alex.git] / doc / sample-ngircd.conf
index 0d0061bcba6bbc83c801f22bc14659830f074901..daa0801211af2d60088520b9410fef1abf0483a8 100644 (file)
        # LINKS requests for example.
        Info = Server Info Text
 
-       # Global password for all users needed to connect to the server
+       # Global password for all users needed to connect to the server.
+       # (Default: not set)
        ;Password = abc
 
+       # Password required for using the WEBIRC command used by some
+       # Web-to-IRC gateways. If not set/empty, the WEBIRC command can't
+       # be used. (Default: not set)
+       ;WebircPassword = xyz
+
        # Information about the server and the administrator, used by the
        # ADMIN command. Not required by server but by RFC!
        ;AdminInfo1 = Description
@@ -42,7 +48,7 @@
        ;Ports = 6667, 6668, 6669
 
        # Additional Listen Ports that expect SSL/TLS encrypted connections
-       ;SSLPorts = 9999,6668
+       ;SSLPorts = 6697, 9999
 
        # SSL Server Key
         ;SSLKeyFile = /usr/local/etc/ngircd/ssl/server-key.pem
        # server? (This is a compatibility hack for ircd-irc2 servers)
        ;OperServerMode = no
 
+       # Are remote IRC operators allowed to control this server, e. g.
+       # use commands like CONNECT, SQUIT, DIE, ...?
+       ;AllowRemoteOper = no
+
        # Allow Pre-Defined Channels only (see Section [Channels])
        ;PredefChannelsOnly = no