mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-14 01:40:32 +07:00
9 lines
173 B
Go
9 lines
173 B
Go
![]() |
package tls
|
||
|
|
||
|
import "github.com/daeuniverse/dae/component/outbound/dialer"
|
||
|
|
||
|
func init() {
|
||
|
dialer.FromLinkRegister("tls", NewTls)
|
||
|
dialer.FromLinkRegister("utls", NewTls)
|
||
|
}
|