We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://wiki.metacubex.one/config/proxy-groups/load-balance/ 看了一下负载均衡的策略。现在只支持
round-robin 将会把所有的请求分配给策略组内不同的代理节点
consistent-hashing 将相同的 目标地址 的请求分配给策略组内的同一个代理节点
sticky-sessions: 将相同的 来源地址 和 目标地址 的请求分配给策略组内的同一个代理节点,缓存 10 分钟过期
我现在局域网有1000台设备。我想给每个设备自动分配一个单独的节点。
可以添加一个策略,按 来源地址 来分配代理节点吗?
The text was updated successfully, but these errors were encountered:
@ceozero 做不到
Sorry, something went wrong.
No branches or pull requests
验证步骤
描述
https://wiki.metacubex.one/config/proxy-groups/load-balance/
看了一下负载均衡的策略。现在只支持
round-robin 将会把所有的请求分配给策略组内不同的代理节点
consistent-hashing 将相同的 目标地址 的请求分配给策略组内的同一个代理节点
sticky-sessions: 将相同的 来源地址 和 目标地址 的请求分配给策略组内的同一个代理节点,缓存 10 分钟过期
我现在局域网有1000台设备。我想给每个设备自动分配一个单独的节点。
可以添加一个策略,按 来源地址 来分配代理节点吗?
The text was updated successfully, but these errors were encountered: