github.com/xraypb/xray-core@v1.6.6/infra/conf/router_strategy.go (about) 1 package conf 2 3 const ( 4 strategyRandom string = "random" 5 strategyLeastPing string = "leastping" 6 )