1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

Add UDP VLite Outbound to default distributions

This commit is contained in:
Shelikhoo 2022-04-12 21:10:39 +01:00 committed by Xiaokang Wang (Shelikhoo)
parent 0dea56fc63
commit 53a430ea5b

View File

@ -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"