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

binding to 0.0.0.0 issue #43

Closed
pgy1pgy1 opened this issue Jul 10, 2020 · 2 comments
Closed

binding to 0.0.0.0 issue #43

pgy1pgy1 opened this issue Jul 10, 2020 · 2 comments

Comments

@pgy1pgy1
Copy link

When running the application, service binds to all interfaces by default. That is, it binds to 0.0.0.0 on the specified port.
From a security perspective, this is not desirable. The default behavior of any service should be to bind only to the localhost (127.0.0.1) interface by default, and allow overriding the bind address via config file.

@jdrews
Copy link
Owner

jdrews commented Aug 31, 2020

My plan is to add the ability to configure the bind address in the conf file.

@jdrews jdrews added this to the 2.0 Release milestone Aug 31, 2020
@jdrews
Copy link
Owner

jdrews commented Mar 20, 2023

Resolved in upcoming release of 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants