Skip to content

service: Add option to modify listen address #9

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

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

s-heppner
Copy link
Owner

Previously, uvicorn only listened on 0.0.0.0, which may be a security risk in some situations.

We add a configuration option to modify the listen address via the config.ini and set the default to 127.0.0.1

Previously, uvicorn only listened on `0.0.0.0`, which may be a
security risk in some situations.

We add a configuration option to modify the listen address via
the `config.ini` and set the default to `127.0.0.1`
@s-heppner s-heppner merged commit 7586713 into master Sep 11, 2024
2 checks passed
@s-heppner s-heppner deleted the modify_listen_address branch September 11, 2024 06:54
@s-heppner s-heppner restored the modify_listen_address branch September 11, 2024 08:18
@s-heppner s-heppner deleted the modify_listen_address branch September 11, 2024 08:19
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

Successfully merging this pull request may close these issues.

1 participant