shadowsocks/README.rst

92 lines
2.2 KiB
ReStructuredText
Raw Normal View History

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