hysteria icon indicating copy to clipboard operation
hysteria copied to clipboard

One client - multiple servers?

Open Null-Kelvin opened this issue 11 months ago • 8 comments

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 

Null-Kelvin avatar Feb 29 '24 20:02 Null-Kelvin

+1

kitty-eu-org avatar Mar 01 '24 03:03 kitty-eu-org

In that case, it might be able to achieve load balancing.

stqfdyr avatar Mar 01 '24 07:03 stqfdyr

在这种情况下,也许能够实现负载均衡。

yes

kitty-eu-org avatar Mar 01 '24 07:03 kitty-eu-org

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.

stqfdyr avatar Mar 01 '24 07:03 stqfdyr

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

kitty-eu-org avatar Mar 01 '24 08:03 kitty-eu-org

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

gorbesiah avatar Mar 05 '24 07:03 gorbesiah

这个功能很实用,做负载均衡,别怼着一只小鸡猛薅。

liangawei avatar Mar 05 '24 12:03 liangawei

+1

kitty-eu-org avatar Jun 11 '24 03:06 kitty-eu-org