mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00: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)
|
||
|
}
|