Browse Source

Add UDP VLite Outbound to default distributions

Shelikhoo 3 years ago
parent
commit
53a430ea5b
1 changed files with 3 additions and 0 deletions
  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"