diff options
author | Cheng Bao <awabimakoto@gmail.com> | 2018-03-04 16:23:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-06 02:04:12 +0700 |
commit | dc1d7f02f1656fecb8a1e8c9a3c2aaf076652263 (patch) | |
tree | b8c7e551e7a1bf6b0bde0542bc0179f3a4207f2e /network/shadowsocks-libev/README | |
parent | 6db1f02b3cf5610964b244d45eff32c0aff41473 (diff) |
network/shadowsocks-libev: Added (secure socks5 proxy).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/shadowsocks-libev/README')
-rw-r--r-- | network/shadowsocks-libev/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/shadowsocks-libev/README b/network/shadowsocks-libev/README new file mode 100644 index 0000000000000..20ec879ea678a --- /dev/null +++ b/network/shadowsocks-libev/README @@ -0,0 +1,10 @@ +shadowsocks-libev (libev port of shadowsocks, a secure socks5 proxy) + +Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded +devices and low-end boxes. It is a port of Shadowsocks. +Shadowsocks-libev is written in pure C and depends on libev. It's +designed to be a lightweight implementation of shadowsocks protocol, +in order to keep the resource usage as low as possible. + +You can get detailed information from official wiki: +https://github.com/shadowsocks/shadowsocks/wiki |