shadowsocks
/*
This is a bug-fixed fork of the Shadowsocks for the pyoutline (and nothing more).
You can install the latest stable version from PyPI with pip:
pip install -U nonshadowsocks
*/
A fast tunnel proxy that helps you bypass firewalls.
Features:
- TCP & UDP support
- User management API
- TCP Fast Open
- Workers and graceful restart
- Destination IP blacklist
Server
Install
Debian / Ubuntu:
apt-get install python-pip
pip install git+https://github.com/NotStatilko/shadowsocks.git@master
CentOS:
yum install python-setuptools && easy_install pip
pip install git+https://github.com/NotStatilko/shadowsocks.git@master
For CentOS 7, if you need AEAD ciphers, you need install libsodium
dnf install libsodium python34-pip
pip3 install git+https://github.com/NotStatilko/shadowsocks.git@master
Linux distributions with snap:
snap install shadowsocks
Windows:
See Install Shadowsocks Server on Windows.
Usage
ssserver -p 443 -k password -m aes-256-cfb
To run in the background:
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
To stop:
sudo ssserver -d stop
To check the log:
sudo less /var/log/shadowsocks.log
Check all the options via -h. You can also use a [Configuration] file
instead.
If you installed the snap package, you have to prefix the commands with shadowsocks.,
like this:
shadowsocks.ssserver -p 443 -k password -m aes-256-cfb
Usage with Config File
Create configuration file and run
To start:
ssserver -c /etc/shadowsocks.json
Documentation
You can find all the documentation in the Wiki.
License
Release files for nonshadowsocks 3.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nonshadowsocks-3.0.1.tar.gz | 50.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nonshadowsocks-3.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 118.1 kB
Release files / nonshadowsocks-3.0.1.tar.gz
| Download URL | nonshadowsocks-3.0.1.tar.gz |
|---|---|
| Size | 50.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7cad352fe9b5f3c9d7a75255158d11f9a15265a59b63f102e64a150d390856e0
|
|
BLAKE2b-256 checksum How to use checksums |
735491d37d1d897f5ef6cbd634acb4cef7dfe1459d94929df31b4c2d6fe90dc7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.2
|
Release files / nonshadowsocks-3.0.1-py3-none-any.whl
| Download URL | nonshadowsocks-3.0.1-py3-none-any.whl |
|---|---|
| Size | 67.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fc739af86bc25f5078c697e3c8a48bba860bc746fc3535ae22bad1e2d1b22bd7
|
|
BLAKE2b-256 checksum How to use checksums |
8c409a79be03d9c0dd4c20b77ce666d9db0184dd08234a9a82a2b369515238ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.2
|