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

On SOCKS5 proxy: set hostname, not always IP #1072

Merged
merged 3 commits into from
Jun 16, 2024

Commits on Jan 27, 2023

  1. On SOCKS5 proxy:

    The library always resolves the hostname to the IP. Some SOCKS5 proxies don't allow you to specify the IP, they want to resolve the hostname themselves.
    
    The patch sends the proxy the same specified value, IP, or hostname.
    Jordi Vaca committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f8a0ba8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    3dabbf2 View commit details
    Browse the repository at this point in the history
  2. refactor

    Rob-Hague committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    47c169a View commit details
    Browse the repository at this point in the history