X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=man%2Fngircd.conf.5.tmpl;h=3a6b7d56176af3d1d46e826afb9942b3e7e242ef;hp=ebdd9c956375c45c92f0e0eaa029bc414c82ffe3;hb=82d32ffb28262b302fb435739e4c81bd3c1a1b85;hpb=1b852fce72a87f3cce2049fde59ab66b6bbda6ca diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index ebdd9c95..3a6b7d56 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -1,5 +1,5 @@ .\" -.\" $Id: ngircd.conf.5.tmpl,v 1.2 2006/12/29 14:09:49 fw Exp $ +.\" $Id: ngircd.conf.5.tmpl,v 1.7 2007/11/23 16:26:03 fw Exp $ .\" .TH ngircd.conf 5 "August 2005" ngircd "ngIRCd Manual" .SH NAME @@ -150,19 +150,31 @@ by non-chanops as if they were coming from the server. Default: no. If enabled, no new channels can be created. Useful if you do not want to have channels other than those defined in the config file. +Default: No. +.TP +\fBNoDNS\fR +If enabled, ngircd will not make DNS lookups when clients connect. +If you configure ngircd to connect to other servers, ngircd may still +perform a DNS lookup if required. +Default: No. .TP \fBMaxConnections\fR Maximum number of simultaneous connection the server is allowed to accept -(<=0: unlimited). Default: -1. +(0: unlimited). Default: 0. .TP \fBMaxConnectionsIP\fR Maximum number of simultaneous connections from a single IP address that -the server will accept (<=0: unlimited). This configuration options lowers +the server will accept (0: unlimited). This configuration options lowers the risk of denial of service attacks (DoS). Default: 5. .TP \fBMaxJoins\fR -Maximum number of channels a user can be member of (<=0: no limit). +Maximum number of channels a user can be member of (0: no limit). Default: 10. +.TP +\fBMaxNickLength\fR +Maximum length of an user nick name (Default: 9, as in RFC 2812). Please +note that all servers in an IRC network MUST use the same maximum nick name +length! .SH [OPERATOR] .I [Operator] sections are used to define IRC Operators. There may be more than one @@ -200,6 +212,10 @@ IRC name of the server \fBHost\fR Internet host name of the peer .TP +\fBBind\fR +IP address to use as source IP for the outgoing connection. Default ist +to let the operating system decide. +.TP \fBPort\fR Port of the server to which the ngIRCd should connect. If you assign no port the ngIRCd waits for incoming connections. @@ -214,6 +230,9 @@ Foreign password for this connection. This password has to be configured as .TP \fBGroup\fR Group of this server (optional). +\fBPassive\fR +Disable automatic connection even if port value is specified. Default: false. +You can use the IRC Operator command CONNECT later on to create the link. .SH [CHANNEL] Pre-defined channels can be configured in .I [Channel]