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

Fix use proxy SOCKS5/4 #210

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Fix use proxy SOCKS5/4 #210

merged 1 commit into from
Aug 10, 2020

Conversation

lprat
Copy link
Contributor

@lprat lprat commented Aug 6, 2020

In code myhttp.py:136 setopt type proxy for pycurl but not indicate ip & port... I add c.setopt(pycurl.PROXY, "%s:%s" % (ip, port)) for SOCKS4 and SOCKS5 and now it's work!

Thanks for your tool! It's really great.
Lionel

In code myhttp.py:136 setopt type proxy for pycurl but not indicate ip & port... I add  c.setopt(pycurl.PROXY, "%s:%s" % (ip, port)) for SOCKS4 and SOCKS5 and now it's work!
@xmendez xmendez merged commit 2d54c9a into xmendez:master Aug 10, 2020
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.

2 participants