github.com/moqsien/xraycore@v1.8.5/infra/conf/router_strategy.go (about) 1 package conf 2 3 const ( 4 strategyRandom string = "random" 5 strategyLeastPing string = "leastping" 6 )