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

[Bug] Direct 0.0.0.0 address binding #711

Closed
bohdanstefaniuk opened this issue Nov 9, 2021 · 1 comment
Closed

[Bug] Direct 0.0.0.0 address binding #711

bohdanstefaniuk opened this issue Nov 9, 2021 · 1 comment

Comments

@bohdanstefaniuk
Copy link
Contributor

When we setup 0.0.0.0 explicitly as socket accept host we get an exception:
IPv4 address 0.0.0.0 are unspecified that cannot be used as a target address.

As a user I want to directly setup 0.0.0.0 inside my Docker container and use 127.0.0.1 on my local machine.

I looked into code and found where this exception throws. If you accept pull request I can fix this behaviour and create PR :)

@bohdanstefaniuk bohdanstefaniuk changed the title Direct 0.0.0.0 address binding [Bug] Direct 0.0.0.0 address binding Nov 9, 2021
@gbirchmeier
Copy link
Member

resolved by PR #712

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

No branches or pull requests

2 participants