add bind address
This commit is contained in:
parent
f18d6cd2f8
commit
fbe7ce13a9
5 changed files with 13 additions and 10 deletions
|
@ -2,7 +2,7 @@ shadowsocks
|
|||
===========
|
||||
|
||||
[](https://travis-ci.org/clowwindy/shadowsocks)
|
||||
Current version: 1.2.2
|
||||
Current version: 1.2.3
|
||||
|
||||
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls
|
||||
|
||||
|
@ -55,8 +55,8 @@ Command line args
|
|||
|
||||
You can use args to override settings from `config.json`.
|
||||
|
||||
python local.py -s server_name -p server_port -l local_port -k password -m bf-cfb
|
||||
python server.py -p server_port -k password -m bf-cfb
|
||||
python local.py -s server_name -p server_port -l local_port -k password -m bf-cfb -b bind_address -6
|
||||
python server.py -p server_port -k password -m bf-cfb -6
|
||||
|
||||
Performance
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue