From bcd7864a4b5019ede7c5d6c868455e5cd2541d52 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Fri, 21 Feb 2014 11:50:25 +0800 Subject: [PATCH] update README --- README.md | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 42df164e..62079ecb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks) created by [@clowwindy](https://github.com/clowwindy) maintained by [@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang). -Current version: 1.4.2 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) | [Changelog](Changes) +Current version: 1.4.3 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) | [Changelog](Changes) Features -------- @@ -179,28 +179,30 @@ Usage ``` usage: -ss-[local|redir|server] - -s host name or ip address of your remote server - -p port number of your remote server - -l port number of your local server - -k password of your remote server - - [-m ] encrypt method, supporting table, rc4, - aes-128-cfb, aes-192-cfb, aes-256-cfb, - bf-cfb, camellia-128-cfb, camellia-192-cfb, - camellia-256-cfb, cast5-cfb, des-cfb, - idea-cfb, rc2-cfb and seed-cfb - [-f ] valid path to the pid file - [-t ] socket timeout in seconds - [-c ] json format config file - - [-i ] specific network interface to bind, - only available in local and server modes - [-b ] specific local address to bind, - only available in local and redir modes - [-u] udprelay mode to supprot udp traffic - only available in local and server modes - [-v] verbose mode, debug output in console + ss-[local|redir|server|tunnel] + -s host name or ip address of your remote server + -p port number of your remote server + -l port number of your local server + -k password of your remote server + + [-m ] encrypt method, supporting table, rc4, + aes-128-cfb, aes-192-cfb, aes-256-cfb, + bf-cfb, camellia-128-cfb, camellia-192-cfb, + camellia-256-cfb, cast5-cfb, des-cfb, + idea-cfb, rc2-cfb and seed-cfb + [-f ] valid path to the pid file + [-t ] socket timeout in seconds + [-c ] json format config file + + [-i ] specific network interface to bind, + not available in redir mode + [-b ] specific local address to bind, + not available in server mode + [-u] udprelay mode to supprot udp traffic + not available in redir mode + [-L :] setup a local port forwarding tunnel + only available in tunnel mode + [-v] verbose mode, debug output in console notes: