Listen on IPv6 loopback address by default, if available
wincent opened this issue · 0 comments
wincent commented
If there is an IPv6 loopback interface available, we should listen on that too (::1) as well as on the IPv4 one (127.0.0.1).
If the user explicitly passes an address (or a UNIX domain socket) then we should listen only to the user-specified address.