v2fly/infra/conf/router_strategy.go

7 lines
101 B
Go

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