Socks5h #673
sam-kleiner
started this conversation in
Ideas
Socks5h
#673
Replies: 2 comments
-
Oh actually this might be an issue. When looking at httpx discussion board I found this. encode/httpx#2592. Which after some testing it looks like I can confirm socks5:// is doing resolution on this SOCKS server, which to my knowledge should only happen when using socks5h://. Is there a different option anywhere to enable or disable host resolution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently not, no. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add support for socks5h. socks5h:// means that the hostname is resolved by the SOCKS server. socks5:// means that the hostname is resolved locally. See similar issue in urllib3
I already made a PR here #672, because the link to discussion groups was broken.
Beta Was this translation helpful? Give feedback.
All reactions