Browse Source

update readme

pull/4/merge
Max Lv 11 years ago
parent
commit
95520338dd
1 changed files with 9 additions and 10 deletions
  1. 19
      README.md

19
README.md

@ -6,20 +6,16 @@ shadowsocks-libev
Intro Intro
----- -----
[Shadowsocks-libev](http://shadowsocks.org) is a lightweight secured scoks5 proxy for embedded devices
like routers and mobile phones.
[Shadowsocks-libev](http://shadowsocks.org) is a lightweight secured scoks5
proxy for embedded devices and low end boxes.
It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks) with
only client part ported.
To setup your own server, please refer to
[shadowsocks ports](https://github.com/clowwindy/shadowsocks/wiki/Ports-and-Clients)
for more information.
It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks)
created by [@clowwindy](https://github.com/clowwindy).
Features Features
-------- --------
Shadowsocks-libev is writen in C and only depends on
Shadowsocks-libev is writen in pure C and only depends on
[libev](http://software.schmorp.de/pkg/libev.html). [libev](http://software.schmorp.de/pkg/libev.html).
When statically linked and packaged for OpenWRT, the total package size is 23KB. When statically linked and packaged for OpenWRT, the total package size is 23KB.
@ -43,7 +39,10 @@ Usage
``` ```
usage: usage:
ss -s server_host -p server_port -l local_port -k password
ss-local -s server_host -p server_port -l local_port -k password
[-m encrypt_method] [-f pid_file] [-t timeout] [-c config_file]
ss-server -s server_host -p server_port -k password
[-m encrypt_method] [-f pid_file] [-t timeout] [-c config_file] [-m encrypt_method] [-f pid_file] [-t timeout] [-c config_file]
options: options:

Loading…
Cancel
Save