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

fix(server): localhost #582

Merged
merged 1 commit into from
Nov 2, 2017
Merged

fix(server): localhost #582

merged 1 commit into from
Nov 2, 2017

Conversation

blond
Copy link
Member

@blond blond commented Nov 2, 2017

Use localhost instead of 0.0.0.0.

The users of the Windows have problems with 0.0.0.0 host.

It in and of itself generally does not point to an individual interface. Technically, it points to "This host on this network", but that's ambiguous at best because "this network" is not defined.

Closes #547

Use `localhost` instead of `0.0.0.0`.

The users of the Windows have problems with `0.0.0.0` host.

> It in and of itself generally does not point to an individual interface. Technically, it points to "This host on this network", but that's ambiguous at best because "this network" is not defined.
@blond blond merged commit f5fbffc into master Nov 2, 2017
@blond blond deleted the issue-547 branch November 2, 2017 15:50
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.

1 participant