Skip to content

shadowsocks

郑钧益 edited this page Feb 14, 2019 · 4 revisions

https://github.com/shadowsocks/shadowsocks
Github: shadowsocks-backup/shadowsocks
Author: clowwindy
Version: 2.8.2

shadowsocks 项目已经停止开发!!!

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

Install

brew install shadowsocks

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.

License

Apache License

Clone this wiki locally