Browse Source

fix a typo in help

1.4
clowwindy 11 years ago
parent
commit
854d175245
  1. 3
      CHANGES
  2. 2
      README.md
  3. 2
      setup.py
  4. 2
      shadowsocks/utils.py

3
CHANGES

@ -1,3 +1,6 @@
1.3.6 2014-04-10
- Fix a typo in help
1.3.5 2014-04-07
- Add help
- Change default local binding address into 127.0.0.1

2
README.md

@ -1,7 +1,7 @@
shadowsocks
===========
Current version: 1.3.5 [![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png?branch=master)](https://travis-ci.org/clowwindy/shadowsocks)
Current version: 1.3.6 [![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png?branch=master)](https://travis-ci.org/clowwindy/shadowsocks)
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls.

2
setup.py

@ -6,7 +6,7 @@ with open('README.rst') as f:
setup(
name = "shadowsocks",
version = "1.3.5",
version = "1.3.6",
license = 'MIT',
description = "a lightweight tunnel proxy",
author = 'clowwindy',

2
shadowsocks/utils.py

@ -51,7 +51,7 @@ optional arguments:
-s SERVER_ADDR server address
-p SERVER_PORT server port
-b LOCAL_ADDR local binding address, default is 127.0.0.1
-s LOCAL_PORT local port
-l LOCAL_PORT local port
-k PASSWORD password
-s METHOD encryption method, for example, aes-256-cfb
-c CONFIG path to config file

Loading…
Cancel
Save