package
4.45.2
Repository: https://github.com/v2fly/v2ray-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewClient create a new Socks5 client based on the given config.
NewServer creates a new Server object.
No description provided by the author
No description provided by the author
ReadUntilNull reads content from given reader, until a null (0x00) byte.
ReadUsernamePassword reads Socks 5 username/password message from the given reader.

# Constants

NO_AUTH is for anounymous authentication.
PASSWORD is for username/password authentication.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Enum value maps for AuthType.
Enum value maps for AuthType.
No description provided by the author
Enum value maps for Version.
Enum value maps for Version.

# Structs

Account represents a Socks account.
Client is a Socks5 client.
ClientConfig is the protobuf config for Socks client.
Server is a SOCKS 5 proxy server.
ServerConfig is the protobuf config for Socks server.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

AuthType is the authentication type of Socks proxy.
AuthType is the outbound server version of Socks proxy.