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