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

Configure server to listen on all hosts #24

Open
stevenvergenz opened this issue Mar 26, 2014 · 0 comments
Open

Configure server to listen on all hosts #24

stevenvergenz opened this issue Mar 26, 2014 · 0 comments

Comments

@stevenvergenz
Copy link
Contributor

Currently the demo will only respond to requests made from localhost. In order to open it up to external clients (i.e. a VM guest to host request), the host needs to be changed.

main.py line 199 needs to say host='0.0.0.0' instead of host='localhost'.

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

1 participant