sticnarf / tokio-socks

Asynchronous SOCKS proxy support for Rust.
MIT License
76 stars 33 forks source link

Feature Request: Socks5 Gssapi support. #37

Open RoKu1 opened 3 months ago

RoKu1 commented 3 months ago

Hey, have been using this as a default client lib for socks5 client connection. However, recently we wanted to add gssapi support over socks5. Is there any plan for it, I do have a crude implementation of the same, if there no plan in motion, I can put it up for PR and merge. @sticnarf

sticnarf commented 3 months ago

I don't think anyone else is working on GSS-API support. So, feel free to create a PR for it.