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
This library does not offer any proxy functionality, it only reads proxy information from environment variables in a standard way, to offer the desired proxy to the library user (which can then in turn use the returned configuration to do the actual proxying).
Whether SOCKS proxies are supported depends on the application that consumes the variables. For example, in curl, one can set the value to socks5://username:password@hostname:port to request the use of a SOCKS5 proxy.
Hi. Is there a way to use this library with socks5 proxies?
The text was updated successfully, but these errors were encountered: