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

Separate addrs into bind and advertise addrs for bootstrap nodes #363

Merged
merged 1 commit into from Aug 15, 2019

Conversation

albrow
Copy link
Contributor

@albrow albrow commented Aug 15, 2019

#360 was the right idea, but I ran into a problem when trying to run the new code on a Docker container with a non-local IP address. We need to separate the env vars into bind addresses and advertise addresses. You can only bind to localhost or an IP address in the Docker subnet, but for other peers who want to connect to us, we need to advertise the public IP address(es).

@albrow albrow merged commit 1bfd288 into development Aug 15, 2019
@albrow albrow deleted the fix/bootstrap-separate-bind-addrs branch August 15, 2019 22:35
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.

None yet

2 participants