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
network has both ipv6 & ipv4 --ipv4 wouldn't working when using proxy
--ipv4
curl --ipv4 -x socks4://111.111.111.111:9090 https://www.cloudflare.com
curl still gonna try to connect ipv6 address
end up:
SOCKS4 connection to 2409:8728:5eff:1005:3::3fe not supported
The text was updated successfully, but these errors were encountered:
socks4: scan for the for IPv4 address in resolve results
b41d0f4
Follow-up to 84d2839 which changed the resolving to always resolve both address families, but since SOCKS4 only supports IPv4 it should scan for and use the first available IPv4 address. Reported-by: shithappens2016 on github Fixes #7345
Any chance you can try #7346 and see if it fixes the issue for you?
Sorry, something went wrong.
It seems to be OK
cffbccd
Thanks!
bagder
Successfully merging a pull request may close this issue.
network has both ipv6 & ipv4
--ipv4
wouldn't working when using proxycurl still gonna try to connect ipv6 address
end up:
The text was updated successfully, but these errors were encountered: