Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 403 Bytes

File metadata and controls

21 lines (12 loc) · 403 Bytes

shadowsocks-php

A php port of shadowsocks based on Workerman

配置

Applications/Shadowsocks/config.php

运行

php start.php start -d

停止

php start.php stop

查看状态

php start.php status

说明

本应用基于workerman框架开发,workerman更多信息参见 http://www.workerman.net