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

napalm-registry: Bind to IPv6 address #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented May 26, 2023

Warp defaults to HostIPv4, binding only to IPv4 when possible. That breaks on Darwin, which appears to resolve localhost to ::1.

Let’s bind to both IPv6 and IPv4 addresses.

Fixes: #56

Warp defaults to `HostIPv4`, binding only to IPv4 when possible. That breaks on Darwin, which appears to resolve `localhost` to `::1`.

Let’s bind to both IPv6 and IPv4 addresses.

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

Successfully merging this pull request may close these issues.

napalm-registry maybe should listen on ::1 as well as on 127.0.0.1?
1 participant