shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go
Apache License 2.0
4.45k stars 1.39k forks source link

Load Balancing #193

Closed opsoyo closed 3 years ago

opsoyo commented 3 years ago

Is your feature request related to a problem? Please describe. With the Windows Shadowsocks client, you can load balance several proxies instead of only chaining them together.

Describe the solution you'd like It would be nice to have a load balancing feature that could appear in a few ways:

Describe alternatives you've considered Alternatively, multiple instances of go-shadowsocks2 could be run and load balanced by Nginx/etc, but I find that an inefficient use of resources and needlessly complex if this can be accomplished within one application.

cn4 commented 3 years ago

Maybe you can have a look at gost or glider.

opsoyo commented 3 years ago

Maybe you can have a look at gost or glider.

Perfect. Thank you.