diff options
| author | Alexander Barton <alex@barton.de> | 2008-04-29 15:15:28 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2008-04-29 15:15:28 +0200 |
| commit | bb6ee46892e94a8c7aae9eaa89981343fbd6863d (patch) | |
| tree | 9d8c6f34e6b232b0719d1d4b4fb042b3103ab475 /man | |
| parent | 91943193993d44d8cb61508236cacd66af87c179 (diff) | |
| parent | 22fa782be7840dae825be43e9ac8d8476d80f08c (diff) | |
| download | ngircd-bb6ee46892e94a8c7aae9eaa89981343fbd6863d.tar.gz ngircd-bb6ee46892e94a8c7aae9eaa89981343fbd6863d.zip | |
Merge branch 'master' of git://git.breakpoint.cc/fw/ngircd-fw
Diffstat (limited to 'man')
| -rw-r--r-- | man/ngircd.conf.5.tmpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 3a6b7d56..cd5922af 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -158,6 +158,24 @@ If you configure ngircd to connect to other servers, ngircd may still perform a DNS lookup if required. Default: No. .TP +\fBListenIPv4\fR +Set this to no if you do not want ngircd to accept clients using the standard internet protocol, ipv4. +This allows use of ngircd in ipv6-only setups. +Default: Yes. +.TP +\fBListenIPv6\fR +Set this to no if you do not want ngircd to accept clients using the new internet protocol, ipv6. +Default: Yes. +.TP +\fBConnectIPv4\fR +Set this to no if you do not want ngircd to connect to other irc servers using ipv4. +This allows use of ngircd in ipv6-only setups. +Default: Yes. +.TP +\fBConnectIPv6\fR +Set this to no if you do not want ngircd to connect to other irc servers using ipv6. +Default: Yes. +.TP \fBMaxConnections\fR Maximum number of simultaneous connection the server is allowed to accept (0: unlimited). Default: 0. |