Module server

Module server 

Available on (crate features proxy or haproxy or socks5) and crate feature socks5 only.
Expand description

Server implementation of the SOCKS5 Protocol RFC 1928

Structsยง

Header
The server selects from one of the methods given in METHODS, and sends a header back containing the selected METHOD and same Protocol vesion.
Reply
Sent by the server as a reply on an earlier client request.
UsernamePasswordResponse
Response to the username-password request sent by the client.