-
Notifications
You must be signed in to change notification settings - Fork 145
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
feat: Add option to specify server's host
#526
feat: Add option to specify server's host
#526
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Jirka. Please can we also add a (simple) unit test for the host param?
Plus, can we please update the |
hostname
host
I've added support for specifying
host
used for thelisten
call. This will enable users to e.g. listen onlocalhost
, which can be more secure than the default unspecified IP address (0.0.0.0).