Skip to content

Commit cbe933b

Browse files
committed
Recover
1 parent 5b450ac commit cbe933b

File tree

1 file changed

+60
-2
lines changed

1 file changed

+60
-2
lines changed

README.md

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
shadowsocks
22
===========
33

4-
A fast tunnel proxy that helps you bypass firewalls.
4+
[![PyPI version]][PyPI]
5+
[![Build Status]][Travis CI]
6+
[![Coverage Status]][Coverage]
7+
8+
[中文说明]
9+
10+
A fast tunnel proxy that helps you [bypass firewalls].
511

612
Features:
713
- TCP & UDP support
@@ -48,6 +54,16 @@ To check the log:
4854
Check all the options via `-h`. You can also use a [Configuration] file
4955
instead.
5056

57+
Client
58+
------
59+
60+
* [Windows] / [OS X]
61+
* [Android] / [iOS]
62+
* [OpenWRT]
63+
64+
Use GUI clients on your local PC/phones. Check the README of your client
65+
for more information.
66+
5167
Documentation
5268
-------------
5369

@@ -56,4 +72,46 @@ You can find all the documentation in the [Wiki].
5672
License
5773
-------
5874

59-
Apache License
75+
Copyright 2015 clowwindy
76+
77+
Licensed under the Apache License, Version 2.0 (the "License"); you may
78+
not use this file except in compliance with the License. You may obtain
79+
a copy of the License at
80+
81+
http://www.apache.org/licenses/LICENSE-2.0
82+
83+
Unless required by applicable law or agreed to in writing, software
84+
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
85+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
86+
License for the specific language governing permissions and limitations
87+
under the License.
88+
89+
Bugs and Issues
90+
----------------
91+
92+
* [Troubleshooting]
93+
* [Issue Tracker]
94+
* [Mailing list]
95+
96+
97+
98+
[Android]: https://github.com/shadowsocks/shadowsocks-android
99+
[Build Status]: https://img.shields.io/travis/shadowsocks/shadowsocks/master.svg?style=flat
100+
[bypass firewalls]: https://github.com/shadowsocks/shadowsocks/wiki/Objective
101+
[Configuration]: https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File
102+
[Coverage Status]: https://jenkins.shadowvpn.org/result/shadowsocks
103+
[Coverage]: https://jenkins.shadowvpn.org/job/Shadowsocks/ws/PYENV/py34/label/linux/htmlcov/index.html
104+
[Debian sid]: https://packages.debian.org/unstable/python/shadowsocks
105+
[iOS]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help
106+
[Issue Tracker]: https://github.com/shadowsocks/shadowsocks/issues?state=open
107+
[Install Server on Windows]: https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows
108+
[Mailing list]: https://groups.google.com/group/shadowsocks
109+
[OpenWRT]: https://github.com/shadowsocks/openwrt-shadowsocks
110+
[OS X]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help
111+
[PyPI]: https://pypi.python.org/pypi/shadowsocks
112+
[PyPI version]: https://img.shields.io/pypi/v/shadowsocks.svg?style=flat
113+
[Travis CI]: https://travis-ci.org/shadowsocks/shadowsocks
114+
[Troubleshooting]: https://github.com/shadowsocks/shadowsocks/wiki/Troubleshooting
115+
[Wiki]: https://github.com/shadowsocks/shadowsocks/wiki
116+
[Windows]: https://github.com/shadowsocks/shadowsocks-csharp
117+
[中文说明]: https://github.com/shadowsocks/shadowsocks/wiki/Shadowsocks-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E

0 commit comments

Comments
 (0)