-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add IPv6 support #77
Comments
Sure. Shouldn't be hard. PRs welcome. |
I'm not sure that it is the right way, but simple replacing |
Which one? I believe the general rule is that when there is a choice, IPv6 should be used. |
I'm sorry for the delay. |
Since mesh peer identity isn't based on address, it shouldn't matter which address family is used to connect. |
It seems that mesh doesn't support IPv6 at the moment.
mesh/router.go
Line 102 in f76d3ef
We use IPv6 almost everywhere. And in the most cases we don't have any IPv4 addreses except 127.0.0.1.
I guess we are not alone with such setup.
Is it possible to add IPv6 support?
The text was updated successfully, but these errors were encountered: