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

Commits on Aug 6, 2020

  1. Fix use proxy SOCKS5/4

    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!
    lprat authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    89b2bee View commit details
    Browse the repository at this point in the history