Python port of ShadowsocksR
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.6 KiB

ShadowsocksR
13 years ago
===========
10 years ago
[![Build Status]][Travis CI]
10 years ago
10 years ago
A fast tunnel proxy that helps you bypass firewalls.
13 years ago
10 years ago
Server
------
13 years ago
10 years ago
### Install
10 years ago
10 years ago
Debian / Ubuntu:
11 years ago
apt-get install git
git clone https://github.com/breakwa11/shadowsocks.git
11 years ago
10 years ago
CentOS:
11 years ago
yum install git
git clone https://github.com/breakwa11/shadowsocks.git
11 years ago
10 years ago
Windows:
git clone https://github.com/breakwa11/shadowsocks.git
12 years ago
### Usage for single user on linux platform
12 years ago
If you clone it into "~/shadowsocks"
move to "~/shadowsocks", then run:
bash initcfg.sh
move to "~/shadowsocks/shadowsocks", then run:
python server.py -p 443 -k password -m aes-128-cfb -O auth_aes128_md5_compatible -o tls1.2_ticket_auth_compatible
Check all the options via `-h`.
You can also use a configuration file instead (recommand), move to "~/shadowsocks" and edit the file "user-config.json", then move to "~/shadowsocks/shadowsocks" again, just run:
python server.py
13 years ago
To run in the background:
./logrun.sh
To stop:
./stop.sh
To monitor the log:
./tail.sh
10 years ago
10 years ago
10 years ago
Client
------
10 years ago
* [Windows] / [OS X]
* [Android] / [iOS]
* [OpenWRT]
11 years ago
10 years ago
Use GUI clients on your local PC/phones. Check the README of your client
for more information.
11 years ago
Documentation
-------------
12 years ago
10 years ago
You can find all the documentation in the [Wiki].
12 years ago
11 years ago
License
-------
Copyright 2015 clowwindy
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
11 years ago
Bugs and Issues
----------------
11 years ago
10 years ago
* [Issue Tracker]
10 years ago
10 years ago
10 years ago
[Android]: https://github.com/shadowsocks/shadowsocks-android
[Build Status]: https://travis-ci.org/falseen/shadowsocks.svg?branch=manyuser-travis
[Debian sid]: https://packages.debian.org/unstable/python/shadowsocks
10 years ago
[iOS]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help
[Issue Tracker]: https://github.com/breakwa11/shadowsocks/issues?state=open
10 years ago
[OpenWRT]: https://github.com/shadowsocks/openwrt-shadowsocks
10 years ago
[OS X]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help
[Travis CI]: https://travis-ci.org/falseen/shadowsocks
[Windows]: https://github.com/breakwa11/shadowsocks-csharp
[Wiki]: https://github.com/breakwa11/shadowsocks-rss/wiki