wzshiming / shadowsocks

ShadowSocks server and client. Full TCP/UDP and IPv4/IPv6 support
MIT License
17 stars 10 forks source link

SSR support. #5

Open hongyi-zhao opened 1 month ago

hongyi-zhao commented 1 month ago

Can you add the support for SSR?

Regards, Zhao

wzshiming commented 1 month ago

Is there any reason why SSR is necessary?

hongyi-zhao commented 1 month ago

Many service providers, such as the one I use, only support the SSR protocol.

wzshiming commented 1 month ago

I think you can directly use the client provided by the providers. I don't have time to work on it, maybe when I am free, I will do it

hongyi-zhao commented 1 month ago

I understand. On the other hand, I use haproxy to achieve more advanced features, such as load balancing, session stickiness, and heath-checking for different proxies. Such tasks have far exceeded the development intention of this tool or bridge.

More precisely, I should appropriately coordinate the use of bridge, the existing SSR client, and HAProxy to meet my specific requirements.