1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00
v2fly/infra/conf/router_strategy.go
2021-04-08 23:18:25 +01:00

7 lines
101 B
Go

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