mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-03 02:59:07 -04:00
test case for balancer
This commit is contained in:
@@ -132,5 +132,6 @@ func (br *BalancingRule) Build(ohm outbound.Manager) (*Balancer, error) {
|
||||
return &Balancer{
|
||||
selectors: br.OutboundSelector,
|
||||
strategy: &RandomStrategy{},
|
||||
ohm: ohm,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user