1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 06:16:01 +00:00

IPv6: Add config options to disabe ipv4/ipv6 support.

This also enables ipv6-only setups.
This commit is contained in:
Florian Westphal
2008-04-21 00:45:19 +02:00
parent 2f6d7a649c
commit 22fa782be7
6 changed files with 118 additions and 11 deletions

View File

@@ -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