Merge remote-tracking branch 'origin/dev_new' into dev_new

This commit is contained in:
Yuzuki616
2023-08-30 14:24:21 +08:00
7 changed files with 96 additions and 47 deletions

View File

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