socks5d ~master (2019-03-03T23:36:27Z)
Dub
Repo
AuthItem
socks5d
auth
Login/password SOCKS authentication, see RFC 1929
struct
AuthItem {
string
login
;
string
password
;
}
Members
Variables
login
string
login
;
Undocumented in source.
password
string
password
;
Undocumented in source.
Meta
Source
See Implementation
socks5d
auth
classes
DefaultAuthManager
NoAuthMethodHandler
PlainAuthMethodHandler
interfaces
AuthManager
AuthMethodHandler
structs
AuthItem
AuthPacket
AuthStatusPacket
MethodIdentificationPacket
MethodSelectionPacket
Login/password SOCKS authentication, see RFC 1929