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