websocket-kit icon indicating copy to clipboard operation
websocket-kit copied to clipboard

How can I use this library to access it via socks5 proxy?

Open ljh740 opened this issue 7 months ago • 3 comments

Is your feature request related to a problem? Please describe. I would like to make wss requests through a socks5 proxy. For example: user:[email protected]:10086

    ///   - proxy: Host component of the URI for the proxy server.
    ///   - proxyPort: Port on which to connect to the proxy server.

I only see these two parameters, how do I set them up and use them?

Describe the solution you'd like use it

Describe alternatives you've considered null

ljh740 avatar Jul 17 '24 08:07 ljh740