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.
The implementation for socks4a is probably wrong too since ureq resolves the domain name on the host instead of sending it forward to the proxy server to do the DNS lookup.
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: