[fix] append tuic to proxies
This commit is contained in:
parent
cc6429722a
commit
bc74c943b8
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue