You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It would be nice if there was support for
socks5h
proxying. Theh
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.The text was updated successfully, but these errors were encountered: