-
Notifications
You must be signed in to change notification settings - Fork 13
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
allow skynet to listen on specified IP addresses #133
Comments
No objection as long as the current default remains! |
maybe define another variable as $HOST is kind of taken ;) |
LISTEN_IP? |
Good point. LISTEN_IP works for me. |
It will be exposed as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be convenient if we could pass an environment variable like HOST=1.2.3.4 to control what IP address skynet binds to.
It would require a small change to
skynet/utils.py
:The text was updated successfully, but these errors were encountered: