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
For a personal project I need to connect to a local socks proxy through unix domain socket.
This is currently not supported by this crate, so I wanted to inquire if you were interested in supporting that, or if I should look for an other crate.
It could be done by allowing the end user to provide an AsyncRead+AsyncWrite, which would allow for this proposal to be implemented at the same time.
The text was updated successfully, but these errors were encountered:
For a personal project I need to connect to a local socks proxy through unix domain socket.
This is currently not supported by this crate, so I wanted to inquire if you were interested in supporting that, or if I should look for an other crate.
It could be done by allowing the end user to provide an AsyncRead+AsyncWrite, which would allow for this proposal to be implemented at the same time.
The text was updated successfully, but these errors were encountered: