mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
fix vless for xray
This commit is contained in:
parent
13208c0541
commit
ded1312d9f
@ -22,7 +22,7 @@ func buildInbound(option *conf.Options, nodeInfo *panel.NodeInfo, tag string) (*
|
||||
var err error
|
||||
var network string
|
||||
switch nodeInfo.Type {
|
||||
case "v2ray":
|
||||
case "vmess", "vless":
|
||||
err = buildV2ray(option, nodeInfo, in)
|
||||
network = nodeInfo.VAllss.Network
|
||||
case "trojan":
|
||||
|
Loading…
Reference in New Issue
Block a user