about summary refs log tree commit diff
path: root/man/ngircd.conf.5.tmpl
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2008-04-29 15:15:28 +0200
committerAlexander Barton <alex@barton.de>2008-04-29 15:15:28 +0200
commitbb6ee46892e94a8c7aae9eaa89981343fbd6863d (patch)
tree9d8c6f34e6b232b0719d1d4b4fb042b3103ab475 /man/ngircd.conf.5.tmpl
parent91943193993d44d8cb61508236cacd66af87c179 (diff)
parent22fa782be7840dae825be43e9ac8d8476d80f08c (diff)
downloadngircd-bb6ee46892e94a8c7aae9eaa89981343fbd6863d.tar.gz
ngircd-bb6ee46892e94a8c7aae9eaa89981343fbd6863d.zip
Merge branch 'master' of git://git.breakpoint.cc/fw/ngircd-fw
Diffstat (limited to 'man/ngircd.conf.5.tmpl')
-rw-r--r--man/ngircd.conf.5.tmpl18
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.