服务器端安装:
Debian / Ubuntu:
apt-get install python-pip
pip install shadowsocks

CentOS:

yum install python-setuptools && easy_install pip
pip install shadowsocks

Windows 安装教程:
https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows

启动服务:
ssserver -p 443 -k password -m aes-256-cfb

在后台运行服务:
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start

停止服务:
sudo ssserver -d stop

查看日志:
sudo less /var/log/shadowsocks.log

客户端:
Windows
https://github.com/shadowsocks/shadowsocks-csharp

OS X
https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help

Android
https://github.com/shadowsocks/shadowsocks-android

iOS
https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help

OpenWRT
https://github.com/shadowsocks/openwrt-shadowsocks

Wiki
https://github.com/shadowsocks/shadowsocks/wiki

标签: none

添加新评论