Structs§
- Socks
Server - A SOCKS5 Server
- Socks
Stream - A SOCKS5 Stream
Enums§
- Auth
Method - Available authentication methods and their hex value
- Target
Addr - Socket Address of the target, required by
SocksStream
Traits§
- ToTarget
Addr - A trait implemented by types that can be converted to
TargetAddr
Functions§
- cmd_
connect - Send
CONNECT
command to a SOCKS server - connect_
with_ stream - Perform SOCKS5 handshake and send
CONNECT
command through a TCP stream - socks_
handshake - Perform SOCKS5 handshake through a TCP stream