zhboner / realm

A network relay tool
MIT License
1.54k stars 285 forks source link

[问题] 负载均衡 是使用extra_remotes? #62

Closed 07ke closed 2 years ago

07ke commented 2 years ago

负载均衡 是使用 extra_remotes ?

remote = "1.1.1.1:443" extra_remotes = ["1.1.1.2:443", "1.1.1.3:443"]

如何配置负载均衡策略呢?

zephyrchien commented 2 years ago

需要自行编写hook,策略自定

zephyrchien commented 2 years ago

v2.4.0 已经内置负载均衡功能了:)