https://github.com/swoole/swoole-src
php ss-server.php
守护运行
php ss-server.php -d
config.php
return [
'port' => 8388,
'passwd' => '123456',
'method' => 'aes-256-cfb'
];
HTTPS 存在问题
加密类与sock5头部参考 https://github.com/walkor/shadowsocks-php