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

HTTP server binds to 0.0.0.0 instead of 127.0.0.1 #12

Open
PotR3288 opened this issue Sep 18, 2024 · 0 comments
Open

HTTP server binds to 0.0.0.0 instead of 127.0.0.1 #12

PotR3288 opened this issue Sep 18, 2024 · 0 comments

Comments

@PotR3288
Copy link

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

image

image

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