v0l / socks5

SOCKS5 implemented in dart
GNU General Public License v3.0
3 stars 2 forks source link

How to config socket auth method? #1

Closed irocnX closed 4 years ago

irocnX commented 4 years ago

hello, if I want to use username/password auth method, then How to config this socket option of auth for username and password? such as, /// pass the socket to [SOCKSSocket] final proxy = SOCKSSocket(sock, auth: [AuthMethods.UsernamePassword]);

Thanks for reply!

v0l commented 4 years ago

Hi,

Sorry no auth methods are implemented yet, maybe this weekend i can do this if i find some time.

Sorry about that.

Regards, Kieran

irocnX commented 4 years ago

Hello,

Thanks for your reply, look forward to see it ;-)

Regards, Irocn

在 2019年11月15日,上午1:12,Kieran notifications@github.com 写道:

Hi,

Sorry no auth methods are implemented yet, maybe this weekend i can do this if i find some time.

Sorry about that.

Regards, Kieran

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/v0l/socks5/issues/1?email_source=notifications&email_token=ALOIZZA23ZPBSV5PKX2ZOM3QTWBIPA5CNFSM4JNE4SHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEECSTQQ#issuecomment-553986498, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALOIZZFEIOQNJ742XHCYWSTQTWBIPANCNFSM4JNE4SHA.

v0l commented 4 years ago

This is done now