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

add env var flag to disable web_addr: 0.0.0.0:4040 config #2

Open
zach-sherman opened this issue Jul 20, 2021 · 1 comment
Open

add env var flag to disable web_addr: 0.0.0.0:4040 config #2

zach-sherman opened this issue Jul 20, 2021 · 1 comment

Comments

@zach-sherman
Copy link
Contributor

There's a security concern of the web addr being 0.0.0.0 when used with docker run --net=host .... Instead we should provide an environment variable that lets you disable the 0.0.0.0 config when using --net=host. Something like docker run --net=host -e "NGROK_INTROSPECT_ADDR=localhost".

@zach-sherman zach-sherman mentioned this issue Jul 20, 2021
@LeeThompson
Copy link

LeeThompson commented Jul 29, 2021

Currently it seems to only be listening on localhost, ironically I need it to be available to me on my intranet.

(Was able to change it with the ngrok.yml file)

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

2 participants