Explorar el Código

Add UDP VLite Outbound to default distributions

Shelikhoo hace 3 años
padre
commit
53a430ea5b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      main/distro/all/all.go

+ 3 - 0
main/distro/all/all.go

@@ -49,6 +49,9 @@ import (
 	_ "github.com/v2fly/v2ray-core/v5/proxy/vmess/inbound"
 	_ "github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound"
 
+	// Developer preview proxies
+	_ "github.com/v2fly/v2ray-core/v5/proxy/vlite/outbound"
+
 	// Transports
 	_ "github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket"
 	_ "github.com/v2fly/v2ray-core/v5/transport/internet/grpc"