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

Using a SOCKS proxy? #97

Closed
danesparza opened this issue Jun 7, 2018 · 1 comment
Closed

Using a SOCKS proxy? #97

danesparza opened this issue Jun 7, 2018 · 1 comment

Comments

@danesparza
Copy link

Looking at the command line help, it's not clear: How do I go about using dbxcli with a SOCKS proxy?

@danesparza
Copy link
Author

It looks like I just answered my own question. In bash, it's as simple as setting

HTTP_PROXY="socks5://127.0.0.1:1080/"
and
HTTPS_PROXY="socks5://127.0.0.1:1080/"

prior to running the command line.

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

1 participant