Replies: 1 comment
-
我就是这样用的,我测试发现负载均衡4个出口速度是最高的,Clash Meta 也支持这样用,这样弄内存占用都会少一些,断流情况也有减少。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
一个配置示例:
点击查看
这用法最早我是在哪一个ISS中看到有网友回复这样在用。当时的Xray的版本
balancers
参数没中有roundRobin
功能,效果是随机用一个出站。现在有了
roundRobin
比如你客户端配置gRPC出站,你出站写5个,用按顺序循环,跑speedtest.net的多线程速度就更高。日常网页流量,也许不怕以前单1个连接时遇到http2队头拥塞的问题了(也许?)
反正新功能不用白不用,欢迎测试。
Beta Was this translation helpful? Give feedback.
All reactions