sing-box
sing-box copied to clipboard
fix tls dialer when tls.enabled is false
tls.NewDialer() should return nil if config is nil. Because tls.NewClientWithOptions() always return nilwhentls.Enabled == false`.
fixed #3419, #3466