A fast tunnel proxy that help you get through firewalls
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonshadowsocks-3.0.1.tar.gz.
File metadata
- Download URL: nonshadowsocks-3.0.1.tar.gz
- Upload date:
- Size: 50.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cad352fe9b5f3c9d7a75255158d11f9a15265a59b63f102e64a150d390856e0
|
|
| MD5 |
ff55c36a1387bce04fe528783a3fface
|
|
| BLAKE2b-256 |
735491d37d1d897f5ef6cbd634acb4cef7dfe1459d94929df31b4c2d6fe90dc7
|
File details
Details for the file nonshadowsocks-3.0.1-py3-none-any.whl.
File metadata
- Download URL: nonshadowsocks-3.0.1-py3-none-any.whl
- Upload date:
- Size: 67.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc739af86bc25f5078c697e3c8a48bba860bc746fc3535ae22bad1e2d1b22bd7
|
|
| MD5 |
47b7eac66d8df88a5681726a3f1c495e
|
|
| BLAKE2b-256 |
8c409a79be03d9c0dd4c20b77ce666d9db0184dd08234a9a82a2b369515238ac
|