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

network problem when using 127.0.0.1 instead of 0.0.0.0 #15

Closed
tuxun opened this issue May 29, 2020 · 2 comments
Closed

network problem when using 127.0.0.1 instead of 0.0.0.0 #15

tuxun opened this issue May 29, 2020 · 2 comments

Comments

@tuxun
Copy link

tuxun commented May 29, 2020

Hi, today, I saw someone struggle 2h30 to set this application because 127.0.0.1 was used instead of 0.0.0.0 in main.rs

you can see this on https://www.twitch.tv/videos/635148825

i think it start around 1h05 of video and he fix it at 3h40 of video.

Could you add a note IN BOLD somewhere in the readme, please?

(this post saved us: https://stackoverflow.com/a/58802065/3429116 )

@tuxun
Copy link
Author

tuxun commented May 29, 2020

do whatever your want, but readme still don't mention we shouldn't use 127.0.0.1 if we need to network from something else than localhost

@niklasf
Copy link
Member

niklasf commented May 29, 2020

Frankly this is the expected and safe default. Calling some attention to --address and --port will hopefully do.

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