mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-08 07:49:56 +00:00
chore: add encryption to converter
This commit is contained in:
@@ -221,6 +221,9 @@ func ConvertsV2Ray(buf []byte) ([]map[string]any, error) {
|
|||||||
if flow := query.Get("flow"); flow != "" {
|
if flow := query.Get("flow"); flow != "" {
|
||||||
vless["flow"] = strings.ToLower(flow)
|
vless["flow"] = strings.ToLower(flow)
|
||||||
}
|
}
|
||||||
|
if encryption := query.Get("encryption"); encryption != "" {
|
||||||
|
vless["encryption"] = encryption
|
||||||
|
}
|
||||||
proxies = append(proxies, vless)
|
proxies = append(proxies, vless)
|
||||||
|
|
||||||
case "vmess":
|
case "vmess":
|
||||||
|
|||||||
Reference in New Issue
Block a user