wincent/clipper

Listen on IPv6 loopback address by default, if available

wincent opened this issue · 0 comments

See: wincent/vim-clipper#1

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.