mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-20 19:37:32 +03:00
8 lines
143 B
Go
8 lines
143 B
Go
package v2rayquic
|
|
|
|
import "github.com/sagernet/sing-box/transport/v2ray"
|
|
|
|
func init() {
|
|
v2ray.RegisterQUICConstructor(NewServer, NewClient)
|
|
}
|