hysteria
hysteria copied to clipboard
One client - multiple servers?
I have multiple VPS with hysteria servers on them. But if I want to use all of them at once, I need to start multiple hysteria clients, which is inconvenient when it's more than three of them. Can one hysteria-client connect to multiple servers and set unique port to each one? Something like:
server_01: example.com:12345
auth: server_pass_01
socks5:
listen: 0.0.0.0:1081
server_02: another.example.com:54321
auth: server_pass_02
socks5:
listen: 0.0.0.0:1082
+1
In that case, it might be able to achieve load balancing.
在这种情况下,也许能够实现负载均衡。
yes
The client polls multiple servers for health checks, maintains a health pool, and then performs load balancing from the healthy pool. If a health check fails, the server is removed from the health pool. load balancing + port hopping. Wow...... I was just talking, no need to take it seriously.
The client polls multiple servers for health checks, maintains a health pool, and then performs load balancing from the healthy pool. If a health check fails, the server is removed from the health pool. load balancing + port hopping. Wow...... I was just talking, no need to take it seriously.
I really need this feature
did you try haproxy?
The client polls multiple servers for health checks, maintains a health pool, and then performs load balancing from the healthy pool. If a health check fails, the server is removed from the health pool. load balancing + port hopping. Wow...... I was just talking, no need to take it seriously.
I really need this feature
这个功能很实用,做负载均衡,别怼着一只小鸡猛薅。
+1