Module no_auth

Source
Expand description

Module contains implementation of the socks5 proxification protocol with no authentification required when establishing a connection between a client and a socks5 server

Structs§

TcpNoAuth
Represents the proxy constructor that builds a stream when the function connect is invoked
TcpNoAuthStream
Represents the socks5-tcp proxy client stream implementation

Enums§

ErrorKind
An error that can occur when connecting to a service through a socks5 proxy client
StrParsingError
Represents an error that can occur during from_str parsing