Xray-core/app/router
Hossin Asaadi 53e5814d19
API - Add | Remove Routing Rules (#3189)
* add RuleTag to routing rules

* add router pb commands

* add and remove routing rules api

* cleanup

* fix

* improve error msg

* add append flag
apply balancer config
2024-03-29 11:17:36 -04:00
..
command API - Add | Remove Routing Rules (#3189) 2024-03-29 11:17:36 -04:00
balancing.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
balancing_override.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
condition.go Support regex matching with attr (#2258) 2023-06-27 08:04:09 +00:00
condition_geoip.go fix(app/router): fixed a bug in geoip matching with refactoring (#2489) 2023-08-26 15:11:37 +00:00
condition_geoip_test.go fix(app/router): fixed a bug in geoip matching with refactoring (#2489) 2023-08-26 15:11:37 +00:00
condition_test.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
config.go API - Add | Remove Routing Rules (#3189) 2024-03-29 11:17:36 -04:00
config.pb.go API - Add | Remove Routing Rules (#3189) 2024-03-29 11:17:36 -04:00
config.proto API - Add | Remove Routing Rules (#3189) 2024-03-29 11:17:36 -04:00
errors.generated.go v1.1.0 2020-12-04 09:36:16 +08:00
router.go API - Add | Remove Routing Rules (#3189) 2024-03-29 11:17:36 -04:00
router_test.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
strategy_leastload.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
strategy_leastload_test.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
strategy_leastping.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
strategy_random.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
weight.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00
weight_test.go Least load balancer (#2999) 2024-02-17 22:51:37 -05:00