Versions in this module Expand all Collapse all v0 v0.1.0 May 6, 2026 Changes in this version + type Connect struct + Auth []auth.Authenticator + ProxyURL *url.URL + TLSConfig *tls.Config + Timeout time.Duration + func (c *Connect) DialContext(ctx context.Context, network, address string) (net.Conn, error) + type Direct struct + Timeout time.Duration + func (d *Direct) DialContext(ctx context.Context, network, address string) (net.Conn, error) + type ProxyAuthError struct + Schemes []string + Status string + func (e *ProxyAuthError) Error() string + type SOCKS5 struct + ProxyURL *url.URL + Timeout time.Duration + func (s *SOCKS5) DialContext(ctx context.Context, network, address string) (net.Conn, error)