Outline Server is the component that provides the Shadowsocks service (via outline-ss-server) and a service management API. You can deploy this server directly following simple instructions in this repository, or if you prefer a ready-to-use graphical interface you can use the Outline Manager.
Components:
Outline Server (src/shadowbox
): The core proxy server that runs and manages outline-ss-server, a Shadowsocks backend. It provides a REST API for access key management.
Metrics Server (src/metrics_server
): A REST service for optional, anonymous metrics sharing.
Join the Outline Community by signing up for the IFF Mattermost!
Outline's use of Shadowsocks means it benefits from ongoing improvements that strengthen its resistance against detection and blocking.
Key Protections:
See Shadowsocks resistance against detection and blocking.
Prerequisites
Install dependencies
npm install
Start the server
./task shadowbox:start
Exploring further options:
README
.To clean up
./task clean