Xray-core/infra/conf/router_strategy.go

8 lines
145 B
Go
Raw Normal View History

package conf
const (
strategyRandom string = "random"
strategyLeastPing string = "leastping"
strategyRoundRobin string = "roundrobin"
)