You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Console prints:
INFO Starting HTTP server at http://127.0.0.1:18000
but instead of binding only to loopback, HTTP server binds to all addresses on device (0.0.0.0) exposing the selected port on the local network
To Reproduce
Run clythor
Attempt to access clythor's assigned HTTP port from another device on the local network
Expected behavior
Unless intentionally selecting to bind to additional addresses, application should bind only to the loopback address to disallow traffic from outside local device
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Console prints:
INFO Starting HTTP server at http://127.0.0.1:18000
but instead of binding only to loopback, HTTP server binds to all addresses on device (0.0.0.0) exposing the selected port on the local network
To Reproduce
Run clythor
Attempt to access clythor's assigned HTTP port from another device on the local network
Expected behavior
Unless intentionally selecting to bind to additional addresses, application should bind only to the loopback address to disallow traffic from outside local device
Screenshots
The text was updated successfully, but these errors were encountered: