1
1
shadowsocks
2
2
===========
3
3
4
- |PyPI version | |Build Status |
4
+ |PyPI version | |Build Status | | Coverage Status |
5
5
6
6
A fast tunnel proxy that helps you bypass firewalls.
7
7
8
- `中文说明 <https://github.com/clowwindy /shadowsocks/wiki/Shadowsocks-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E >`__
8
+ `中文说明 <https://github.com/shadowsocks /shadowsocks/wiki/Shadowsocks-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E >`__
9
9
10
10
Install
11
11
-------
@@ -16,12 +16,12 @@ server.
16
16
Client
17
17
~~~~~~
18
18
19
- - `Windows <https://github.com/clowwindy /shadowsocks/wiki/Ports-and-Clients#windows >`__
19
+ - `Windows <https://github.com/shadowsocks /shadowsocks/wiki/Ports-and-Clients#windows >`__
20
20
/ `OS
21
21
X <https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help> `__
22
- - `Android <https://github.com/clowwindy /shadowsocks/wiki/Ports-and-Clients#android >`__
22
+ - `Android <https://github.com/shadowsocks /shadowsocks/wiki/Ports-and-Clients#android >`__
23
23
/ `iOS <https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help >`__
24
- - `OpenWRT <https://github.com/clowwindy /shadowsocks/wiki/Ports-and-Clients#openwrt >`__
24
+ - `OpenWRT <https://github.com/shadowsocks /shadowsocks/wiki/Ports-and-Clients#openwrt >`__
25
25
26
26
Server
27
27
~~~~~~
@@ -77,27 +77,27 @@ On your server create a config file ``/etc/shadowsocks.json``. Example:
77
77
78
78
Explanation of the fields:
79
79
80
- +------------------+---------------------------------------------------------------------------------------------------------+
81
- | Name | Explanation |
82
- +==================+=========================================================================================================+
83
- | server | the address your server listens |
84
- +------------------+---------------------------------------------------------------------------------------------------------+
85
- | server\_ port | server port |
86
- +------------------+---------------------------------------------------------------------------------------------------------+
87
- | local\_ address | the address your local listens |
88
- +------------------+---------------------------------------------------------------------------------------------------------+
89
- | local\_ port | local port |
90
- +------------------+---------------------------------------------------------------------------------------------------------+
91
- | password | password used for encryption |
92
- +------------------+---------------------------------------------------------------------------------------------------------+
93
- | timeout | in seconds |
94
- +------------------+---------------------------------------------------------------------------------------------------------+
95
- | method | default: "aes-256-cfb", see `Encryption <https://github.com/clowwindy /shadowsocks/wiki/Encryption >`__ |
96
- +------------------+---------------------------------------------------------------------------------------------------------+
97
- | fast\_ open | use `TCP\_ FASTOPEN <https://github.com/clowwindy /shadowsocks/wiki/TCP-Fast-Open >`__, true / false |
98
- +------------------+---------------------------------------------------------------------------------------------------------+
99
- | workers | number of workers, available on Unix/Linux |
100
- +------------------+---------------------------------------------------------------------------------------------------------+
80
+ +------------------+----------------------------------------------------------------------------------------------------------- +
81
+ | Name | Explanation |
82
+ +==================+=========================================================================================================== +
83
+ | server | the address your server listens |
84
+ +------------------+----------------------------------------------------------------------------------------------------------- +
85
+ | server\_ port | server port |
86
+ +------------------+----------------------------------------------------------------------------------------------------------- +
87
+ | local\_ address | the address your local listens |
88
+ +------------------+----------------------------------------------------------------------------------------------------------- +
89
+ | local\_ port | local port |
90
+ +------------------+----------------------------------------------------------------------------------------------------------- +
91
+ | password | password used for encryption |
92
+ +------------------+----------------------------------------------------------------------------------------------------------- +
93
+ | timeout | in seconds |
94
+ +------------------+----------------------------------------------------------------------------------------------------------- +
95
+ | method | default: "aes-256-cfb", see `Encryption <https://github.com/shadowsocks /shadowsocks/wiki/Encryption >`__ |
96
+ +------------------+----------------------------------------------------------------------------------------------------------- +
97
+ | fast\_ open | use `TCP\_ FASTOPEN <https://github.com/shadowsocks /shadowsocks/wiki/TCP-Fast-Open >`__, true / false |
98
+ +------------------+----------------------------------------------------------------------------------------------------------- +
99
+ | workers | number of workers, available on Unix/Linux |
100
+ +------------------+----------------------------------------------------------------------------------------------------------- +
101
101
102
102
On your server:
103
103
@@ -134,7 +134,7 @@ Documentation
134
134
-------------
135
135
136
136
You can find all the documentation in the wiki:
137
- https://github.com/clowwindy /shadowsocks/wiki
137
+ https://github.com/shadowsocks /shadowsocks/wiki
138
138
139
139
License
140
140
-------
@@ -144,12 +144,14 @@ MIT
144
144
Bugs and Issues
145
145
---------------
146
146
147
- - `Troubleshooting <https://github.com/clowwindy /shadowsocks/wiki/Troubleshooting >`__
147
+ - `Troubleshooting <https://github.com/shadowsocks /shadowsocks/wiki/Troubleshooting >`__
148
148
- `Issue
149
- Tracker <https://github.com/clowwindy /shadowsocks/issues?state=open> `__
149
+ Tracker <https://github.com/shadowsocks /shadowsocks/issues?state=open> `__
150
150
- `Mailing list <http://groups.google.com/group/shadowsocks >`__
151
151
152
152
.. |PyPI version | image :: https://img.shields.io/pypi/v/shadowsocks.svg?style=flat
153
153
:target: https://pypi.python.org/pypi/shadowsocks
154
- .. |Build Status | image :: https://img.shields.io/travis/clowwindy/shadowsocks/master.svg?style=flat
155
- :target: https://travis-ci.org/clowwindy/shadowsocks
154
+ .. |Build Status | image :: https://img.shields.io/travis/shadowsocks/shadowsocks/master.svg?style=flat
155
+ :target: https://travis-ci.org/shadowsocks/shadowsocks
156
+ .. |Coverage Status | image :: http://192.81.132.184/result/shadowsocks
157
+ :target: http://192.81.132.184/job/Shadowsocks/ws/htmlcov/index.html
0 commit comments