astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
21.2k stars 622 forks source link

Support for SOCKS5 and SOCKS5H #4227

Closed zanieb closed 1 week ago

zanieb commented 3 months ago

We don't support these but it looks like reqwest does so we could.

Prompted in https://github.com/astral-sh/uv/issues/4186

hongyi-zhao commented 3 months ago

Do you mean SOCKSSH is an alias of SOCKS5H, aka, SOCKS5-hostname used by curl?

See https://chengke.name/socks5-proxy-scheme-with-remote-dns-resolving/ for the related discussion.

zanieb commented 3 months ago

The latter, thanks! 🤦‍♀️

zanieb commented 1 week ago

Added in #7503