Azolo / websockex

An Elixir Websocket Client
MIT License
520 stars 100 forks source link

Using SOCKS5 proxy protocol #95

Closed fcw528 closed 3 years ago

fcw528 commented 3 years ago

Cannot use socks5. When will socket5 proxy option be added?

Azolo commented 3 years ago

I actually have no plans to implement anything like this myself.

To support this I would probably refactor the connection to possibly take an existing connection, but that would require an outside interface and such so I haven't thought much about it.

37 is another similar issue.