mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-02-14 21:43:14 +03:00
8 lines
145 B
Go
8 lines
145 B
Go
package conf
|
|
|
|
const (
|
|
strategyRandom string = "random"
|
|
strategyLeastPing string = "leastping"
|
|
strategyRoundRobin string = "roundrobin"
|
|
)
|