Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listen on IPv6 loopback address by default, if available #2

Closed
wincent opened this issue Oct 22, 2016 · 0 comments
Closed

Listen on IPv6 loopback address by default, if available #2

wincent opened this issue Oct 22, 2016 · 0 comments

Comments

@wincent
Copy link
Owner

wincent commented Oct 22, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant