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:
@@ -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
|
||||
|
Reference in New Issue
Block a user