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

[FIXED] When server listens to any interface, return only global IPs #325

Merged
merged 1 commit into from
Aug 12, 2016

Conversation

kozlovic
Copy link
Member

The server was returning all resolved IP addresses, including link
local addresses, which did not make sense for remote clients.

Note that if server listens to localhost, it still returns that so that clusters running on single host (most likely test) will work. To avoid servers to advertise localhost as an URL you should start the server with a global IP address instead.

Resolves #321

The server was returning all resolved IP addresses, including link
local addresses, which did not make sense for remote clients.

Resolves #321
@derekcollison derekcollison merged commit 29b3101 into master Aug 12, 2016
@derekcollison derekcollison deleted the fix_link_local branch August 12, 2016 22:19
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 90.057% when pulling fc7d92a on fix_link_local into 62923be on master.

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.

link local v6 addresses in announced server list
3 participants