mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
chore: improve include-all-proxies
compatibility
This commit is contained in:
parent
82984891e4
commit
c8380335cb
@ -88,6 +88,9 @@ func ParseProxyGroup(config map[string]any, proxyMap map[string]C.Proxy, provide
|
|||||||
} else {
|
} else {
|
||||||
groupOption.Proxies = append(groupOption.Proxies, AllProxies...)
|
groupOption.Proxies = append(groupOption.Proxies, AllProxies...)
|
||||||
}
|
}
|
||||||
|
if len(groupOption.Proxies) == 0 && len(groupOption.Use) == 0 {
|
||||||
|
groupOption.Proxies = []string{"COMPATIBLE"}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(groupOption.Proxies) == 0 && len(groupOption.Use) == 0 {
|
if len(groupOption.Proxies) == 0 && len(groupOption.Use) == 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user