Versions in this module Expand all Collapse all v1 v1.7.6 Sep 13, 2021 Changes in this version + type Client struct + func NewClient(c *Config) (*Client, error) + func (c *Client) Close() error + func (c *Client) Run() error + func (c *Client) Start(ctx context.Context) error + func (c *Client) Wait() error + type Config struct + Auth string + DialContext func(ctx context.Context, network, addr string) (net.Conn, error) + Fingerprint string + Headers http.Header + KeepAlive time.Duration + MaxRetryCount int + MaxRetryInterval time.Duration + Proxy string + Remotes []string + Server string + TLS TLSConfig + type TLSConfig struct + CA string + Cert string + Key string + SkipVerify bool