Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrGeneralServerFailure = ReplyCode(0x01) ErrConnectionNotAllowedByRuleset = ReplyCode(0x02) ErrNetworkUnreachable = ReplyCode(0x03) ErrHostUnreachable = ReplyCode(0x04) ErrConnectionRefused = ReplyCode(0x05) ErrTTLExpired = ReplyCode(0x06) ErrCommandNotSupported = ReplyCode(0x07) ErrAddressTypeNotSupported = ReplyCode(0x08) )
SOCKS reply codes, as enumerated in https://datatracker.ietf.org/doc/html/rfc1928#section-6.
Variables ¶
This section is empty.
Functions ¶
func NewStreamDialer ¶
func NewStreamDialer(endpoint transport.StreamEndpoint) (transport.StreamDialer, error)
NewStreamDialer creates a transport.StreamDialer that routes connections to a SOCKS5 proxy listening at the given transport.StreamEndpoint.
Types ¶
Click to show internal directories.
Click to hide internal directories.