From 22fa782be7840dae825be43e9ac8d8476d80f08c Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 21 Apr 2008 00:45:19 +0200 Subject: IPv6: Add config options to disabe ipv4/ipv6 support. This also enables ipv6-only setups. --- doc/sample-ngircd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 13014d32..9f107a83 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -103,6 +103,15 @@ # Don't do any DNS lookups when a client connects to the server. ;NoDNS = no + # allow both ipv4 and ipv6 clients to connect by opening both + # ipv4 and ipv6 sockets + ;ListenIPv6 = yes + ;ListenIPv4 = yes + + # try to connect to other irc servers using ipv4 and ipv6, if possible + ;ConnectIPv6 = yes + ;ConnectIPv4 = yes + # Maximum number of simultaneous connection the server is allowed # to accept (0: unlimited): ;MaxConnections = 0 -- cgit 1.4.1