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 a CLI flag for bypassing the default whitelist #7

Closed
fardog opened this issue Jan 26, 2016 · 0 comments
Closed

Add a CLI flag for bypassing the default whitelist #7

fardog opened this issue Jan 26, 2016 · 0 comments

Comments

@fardog
Copy link
Member

fardog commented Jan 26, 2016

Currently, if you want to bypass the default whitelist, you'd need to add a connection key to your frockfile.json, as:

"connection": { "whitelist": ["0.0.0.0/0"] }

For some uses, it'd be best to have a CLI flag that could just override the whitelist, rather than needing it in your frockfile (since it's a bit of a run-time case, rather than a configuration case).

I'm proposing --disable-whitelist or perhaps --unsafe-disable-whitelist (since I think it's worth noting the safety of the command) for this purpose.

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

1 participant