dizda / fast-socks5

Fast SOCKS5 client/server implementation written in Rust async/.await (with tokio)
https://anyip.io/
MIT License
370 stars 68 forks source link

fix: protocol identification compatibility issue #39

Closed HTensor closed 10 months ago

HTensor commented 10 months ago

the protocol version number 0x05 and number of authentication methods were being sent in separate TCP packets. Some clients were unable to decipher this as a valid socks5 negotiation and were subsequently refusing connection.

dizda commented 10 months ago

Thank you, LGTM. Ready for release if you are @HTensor

HTensor commented 10 months ago

ready :)

dizda commented 10 months ago

Super! Merged! Thank you again!