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
1 changed files with 3 additions and 0 deletions

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"