comparison man/irccd.conf.5 @ 884:54496ac51649 release-3.0

doc: fix default configuration files, closes #2249
author David Demelier <markand@malikania.fr>
date Fri, 30 Aug 2019 21:03:00 +0200
parents bf2bdb41f181
children f0d6bc79aa32 b831d9f48b0e
comparison
equal deleted inserted replaced
879:e88eac94aba4 884:54496ac51649
314 # Add a transport that bind only to IPv6. 314 # Add a transport that bind only to IPv6.
315 [transport] 315 [transport]
316 type = ip 316 type = ip
317 ipv4 = false 317 ipv4 = false
318 ipv6 = true 318 ipv6 = true
319 family = ipv6
320 port = 12000 319 port = 12000
321 320
322 # A transport that binds to both IPv4 and IPv6. 321 # A transport that binds to both IPv4 and IPv6.
323 [transport] 322 [transport]
324 type = ip 323 type = ip