mattcg / socks5-client

SOCKS v5 client socket implementation in JavaScript for Node.JS.
Other
56 stars 31 forks source link

socks authorization #8

Closed asluchevskiy closed 7 years ago

asluchevskiy commented 9 years ago

Hello, is it possible to add socks authorization support to your lib?

Sironfoot commented 9 years ago

+1 for this.

Trying to connect to a Socks5 proxy using "socks5-https-client" library, the proxy service requires a username/password.

shiny commented 8 years ago

+1

mattcg commented 8 years ago

Will you try the master branch? I've added authorisation support.

Jevin23 commented 7 years ago

resolve authentication errors #14

mattcg commented 7 years ago

@Jevin23 thank you, updated with that fix. Please re-test.