mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 12:42:27 +08:00
[fix] append tuic to proxies
This commit is contained in:
parent
cc6429722a
commit
bc74c943b8
@ -142,6 +142,8 @@ func ConvertsV2Ray(buf []byte) ([]map[string]any, error) {
|
|||||||
tuic["udp-relay-mode"] = udpRelayMode
|
tuic["udp-relay-mode"] = udpRelayMode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
proxies = append(proxies, tuic)
|
||||||
|
|
||||||
case "trojan":
|
case "trojan":
|
||||||
urlTrojan, err := url.Parse(line)
|
urlTrojan, err := url.Parse(line)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user