Shadowsocks Server
Shadowsocks Server 的实现
-
shadowsocks: The original Python implementation.
-
shadowsocks-libev: Lightweight C implementation for embedded devices and low end boxes. Very small footprint (several megabytes) for thousands of connections.
-
go-shadowsocks2: Another Go implementation focusing on core features and code reusability.
-
shadowsocks-rust: A rust port of shadowsocks.
-
shadowsocks-libev
- shadowsocks-libev,是一个基于 libev 库开发的 shadowsocks 代理套件。包含ss-local,ss-redir,ss-tunnel,ss-server四部分。
- ss-server是shadowsocks 的服务端程序。
- ss-local是shadowsocks 客户端程序。
- ss-redir是透明代理工具。
- ss-tunnel是本地端口转发工具,通常用于解决 dns 污染问题。
-
go-shadowsocks2
-
shadowsocks-rust