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

Allow socks5 support on proxy settings #184

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jul 24, 2017

  1. Changelog:

        - Added support for socks5 on http.Transport as a proxy
    shimonoe committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e23b647 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Changelog

    =========
    
        - Fixed bug in socks5 detection. Parsed as a lower case and compared to "socks5" to match in case of case variation in input.
    shimonoe committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    087f6d2 View commit details
    Browse the repository at this point in the history