()
| 725 | } |
| 726 | |
| 727 | func WithDisableDirectConnections() ClientOption { |
| 728 | return func(c *Client) { |
| 729 | c.DisableDirectConnections = true |
| 730 | } |
| 731 | } |
| 732 | |
| 733 | func WithDERPTLSConfig(cfg *tls.Config) ClientOption { |
| 734 | return func(c *Client) { |
no outgoing calls
no test coverage detected