MCPcopy
hub / github.com/shadowsocks/shadowsocks

github.com/shadowsocks/shadowsocks @2.9.1 sqlite

repository ↗ · DeepWiki ↗ · release 2.9.1 ↗
240 symbols 798 edges 28 files 2 documented · 1%
README

shadowsocks

PyPI version Build Status Coverage Status

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 shadowsocks

CentOS:

yum install python-setuptools && easy_install pip
pip 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.

Usage with Config File

Create configeration file and run

To start:

ssserver -c /etc/shadowsocks.json

Documentation

You can find all the documentation in the Wiki.

License

Apache License

Core symbols most depended-on inside this repo

get
called by 57
tests/coverage_server.py
close
called by 19
shadowsocks/udprelay.py
update
called by 18
shadowsocks/crypto/table.py
destroy
called by 17
shadowsocks/tcprelay.py
remove
called by 16
shadowsocks/eventloop.py
to_str
called by 15
shadowsocks/common.py
add
called by 15
shadowsocks/eventloop.py
_update_stream
called by 12
shadowsocks/tcprelay.py

Shape

Method 120
Function 101
Class 19

Languages

Python100%

Modules by API surface

shadowsocks/tcprelay.py37 symbols
shadowsocks/eventloop.py28 symbols
shadowsocks/asyncdns.py27 symbols
shadowsocks/common.py21 symbols
shadowsocks/encrypt.py17 symbols
shadowsocks/shell.py16 symbols
shadowsocks/crypto/openssl.py15 symbols
shadowsocks/manager.py14 symbols
shadowsocks/udprelay.py12 symbols
shadowsocks/lru_cache.py10 symbols
shadowsocks/daemon.py7 symbols
shadowsocks/crypto/table.py7 symbols

For agents

$ claude mcp add shadowsocks \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact