init.go 143 B

1234567
  1. package v2rayquic
  2. import "github.com/sagernet/sing-box/transport/v2ray"
  3. func init() {
  4. v2ray.RegisterQUICConstructor(NewServer, NewClient)
  5. }