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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jjvaca
Copy link

@jjvaca jjvaca commented Jan 27, 2023

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.

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.
@jjvaca jjvaca requested a review from drieseng as a code owner January 27, 2023 12:51
@jjvaca jjvaca changed the title On SOCKS5 proxy: On SOCKS5 proxy: set hostname, not always IP Jan 27, 2023
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.

None yet

1 participant