shadowsocks/README.rst

92 lines
2.2 KiB
ReStructuredText
Raw Normal View History

shadowsocks
===========
2014-12-27 23:36:09 +08:00
|PyPI version| |Build Status| |Coverage Status|
2014-06-01 11:22:57 +08:00
2014-11-06 14:52:15 +08:00
A fast tunnel proxy that helps you bypass firewalls.
2014-06-20 23:23:14 +08:00
Server
2015-01-06 19:41:20 +08:00
------
Install
~~~~~~~
2014-06-20 23:23:14 +08:00
2014-05-17 15:43:19 +08:00
Debian / Ubuntu:
^^^^^^^^^^^^^^^^
::
2014-11-06 14:52:15 +08:00
apt-get install python-pip
2014-05-17 15:43:19 +08:00
pip install shadowsocks
CentOS:
^^^^^^^
::
2015-01-06 19:41:20 +08:00
yum install python-setuptools && easy_install pip
pip install shadowsocks
2014-11-06 14:52:15 +08:00
Windows:
^^^^^^^^
2015-01-06 19:41:20 +08:00
See `Install Server on
Windows <https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows>`__
2014-05-17 15:43:19 +08:00
2015-01-06 19:41:20 +08:00
Usage
~~~~~
::
2015-01-06 19:41:20 +08:00
ssserver -p 8000 -k password -m rc4-md5
2014-12-21 14:06:28 +08:00
To run in the background:
2014-06-20 23:23:14 +08:00
::
2015-01-06 19:41:20 +08:00
ssserver -p 8000 -k password -m rc4-md5 -d start
ssserver -p 8000 -k password -m rc4-md5 -d stop
2014-05-17 15:43:19 +08:00
2015-01-06 19:41:20 +08:00
Check all the options via ``-h``. You can also use a
`Configuration <https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File>`__
file instead.
2015-01-06 19:41:20 +08:00
Client
------
2015-01-06 19:41:20 +08:00
- `Windows <https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#windows>`__
/ `OS
X <https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help>`__
- `Android <https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#android>`__
/ `iOS <https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help>`__
- `OpenWRT <https://github.com/shadowsocks/openwrt-shadowsocks>`__
2015-01-06 19:41:20 +08:00
Use GUI clients on your local PC/phones. Check the README of your client
for more information.
2014-06-20 23:23:14 +08:00
2014-12-21 14:06:28 +08:00
Documentation
-------------
2015-01-06 19:41:20 +08:00
You can find all the documentation in the
`Wiki <https://github.com/shadowsocks/shadowsocks/wiki>`__.
License
-------
MIT
Bugs and Issues
---------------
2014-12-27 23:36:09 +08:00
- `Troubleshooting <https://github.com/shadowsocks/shadowsocks/wiki/Troubleshooting>`__
2014-07-06 18:43:50 +03:00
- `Issue
2014-12-27 23:36:09 +08:00
Tracker <https://github.com/shadowsocks/shadowsocks/issues?state=open>`__
2015-01-06 19:41:20 +08:00
- `Mailing list <https://groups.google.com/group/shadowsocks>`__
2014-05-17 15:43:19 +08:00
2014-06-21 11:18:33 +08:00
.. |PyPI version| image:: https://img.shields.io/pypi/v/shadowsocks.svg?style=flat
2014-06-05 21:02:36 +08:00
:target: https://pypi.python.org/pypi/shadowsocks
2014-12-27 23:36:09 +08:00
.. |Build Status| image:: https://img.shields.io/travis/shadowsocks/shadowsocks/master.svg?style=flat
:target: https://travis-ci.org/shadowsocks/shadowsocks
2015-01-03 16:48:05 +08:00
.. |Coverage Status| image:: https://jenkins.shadowvpn.org/result/shadowsocks
:target: https://jenkins.shadowvpn.org/job/Shadowsocks/ws/htmlcov/index.html