-
Notifications
You must be signed in to change notification settings - Fork 61
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
Setting up proxy #233
Comments
I don't use proxy by myself, so I won't be an expert here, but try setting the same value for both http and https. It should be an URL in form of |
note: if you use socks you will also need to my working setting with proxy over ssh:
with |
Do I have to use socks5 if i have it installed or can it be done without? Sorry for being new, what does the ssh -D 5004 command do? |
@PuddinPants its 1:1 what 1 use. So guess yeah socks5 |
@Aiyubi so where and how do we use the ssh -D 5004 command? |
How do I know if I'm using socks? |
When using proxys I just get an IP:port, how do i set this up in the config? Do you use http or https?
Right now im using
PROXIES = {'https':'https://xxx.xx.x.xxx:xxxx'}
and I dont think its working properly
Thanks!
The text was updated successfully, but these errors were encountered: