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

hardcoded IP in the Flask/web server #3

Closed
adulau opened this issue Aug 8, 2014 · 1 comment
Closed

hardcoded IP in the Flask/web server #3

adulau opened this issue Aug 8, 2014 · 1 comment

Comments

@adulau
Copy link
Member

adulau commented Aug 8, 2014

There is an hardcoded IP address in the Flask/web server:

app.run(host='172.16.100.123' ,port=7000, threaded=True)

Could you replace it with localhost or 0.0.0.0?

@Starow
Copy link
Contributor

Starow commented Aug 8, 2014

I did it in the last commit : af827a3

@Starow Starow closed this as completed Aug 8, 2014
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