X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fsample-ngircd.conf;h=fdeed355bab93d257a42cfc6007388fbbdb311a4;hb=4943bbb066bb49603743ae03846689d2f82441b6;hp=0d0061bcba6bbc83c801f22bc14659830f074901;hpb=c5000694d16da0a205e7dde49681d589d552d144;p=ngircd-alex.git diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 0d0061bc..fdeed355 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -28,9 +28,15 @@ # 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 @@ -67,7 +73,6 @@ ;MotdFile = /usr/local/etc/ngircd.motd # A simple Phrase (<256 chars) if you don't want to use a motd file. - # If it is set no MotdFile will be read at all. ;MotdPhrase = "Hello world!" # User ID under which the server should run; you can use the name @@ -115,6 +120,10 @@ # 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 @@ -125,6 +134,9 @@ # with support for it. ;NoIdent = no + # Don't use PAM, even if ngIRCd has been compiled with support for it. + ;NoPAM = no + # try to connect to other irc servers using ipv4 and ipv6, if possible ;ConnectIPv6 = yes ;ConnectIPv4 = yes