mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix: filter for loadbalance (#881)
This commit is contained in:
parent
26c2cfef5a
commit
faf7a7ebd0
@ -266,8 +266,9 @@ export const useProxies = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
['direct', 'reject'].includes(proxyNode.type.toLowerCase()) ||
|
['direct', 'reject', 'loadbalance'].includes(
|
||||||
!!proxyNode.now
|
proxyNode.type.toLowerCase(),
|
||||||
|
) || !!proxyNode.now
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user