sing-box icon indicating copy to clipboard operation
sing-box copied to clipboard

fix tls dialer when tls.enabled is false

Open nunu6689 opened this issue 2 months ago • 0 comments

tls.NewDialer() should return nil if config is nil. Because tls.NewClientWithOptions() always return nilwhentls.Enabled == false`.

fixed #3419, #3466

nunu6689 avatar Oct 28 '25 10:10 nunu6689