-
Notifications
You must be signed in to change notification settings - Fork 97
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
Support specifying which IP addresses to listen on #526
Conversation
Allow to define which IP addresses to bind the WebSocket server on. This is especially useful to limit which addresses the add-on will listen on since it runs in host network context.
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
see the linter error from mypy |
Ugh, yeah I see I've now added a similar implementation here too. @bdraco do you think we can add something like that to aiohttp? 🥺 |
Allow to define which IP addresses to bind the WebSocket server on. This is especially useful to limit which addresses the add-on will listen on since it runs in host network context.