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

Make bind host configurable #71

Merged
merged 2 commits into from
Sep 19, 2022
Merged

Make bind host configurable #71

merged 2 commits into from
Sep 19, 2022

Conversation

keynmol
Copy link
Contributor

@keynmol keynmol commented Sep 19, 2022

Closes #70

Originally I planned to make it bind to 0.0.0.0 by default, but this turned out to be a bad idea because it causes complaints from my browser that enforces SSL:

image

Which makes for a jarring experience.

To alleviate the pain point, we stay binding to localhost, but allow the user to set --host parameter on systems that don't work with localhost

Also:

  • Configurable --host parameter
  • Basic CLI config tests

@keynmol keynmol changed the title Bind tracer to 0.0.0.0 by default Make bind host configurable Sep 19, 2022
@keynmol keynmol merged commit a1831b6 into main Sep 19, 2022
@keynmol keynmol deleted the bind-to-0.0.0.0 branch September 19, 2022 09:52
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.

Bind Tracer to 0.0.0.0
1 participant