mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 20:50:09 +00:00
fix vless for xray
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user