Open
Description
It would be nice if there was support for socks5h
proxying. The h
in the scheme ensures that DNS resolution is done by the remote server that's being proxied into.
https://github.com/algesten/ureq/blob/main/src/proxy.rs#L98 - passing socks5h
currently does not appear to be supported.