sticnarf / tokio-socks

Asynchronous SOCKS proxy support for Rust.
MIT License
68 stars 30 forks source link

Added SOCKS4 support. #38

Closed RoKu1 closed 1 week ago

RoKu1 commented 1 week ago

Supports: #39 SOCKS4 support with and without userid. Both Connect and Bind supported. RFC Followed: SOCKS4 RFC

RoKu1 commented 1 week ago

Hi @sticnarf , this is a complete socks4 support addition, with both Connect and Bind. Also, additionally UserID support is added. Code is organised as per existing flow, and separated out in a new file to avoid confusion.