1、安装shadowsocks-libev 和 v2ray-plugin.
2、从Let’s Encrypt获取证书,用以启用shadowsocks上的websocket(HTTPS)。
您必须通过v2ray插件和通过443端口(不要修改)使用shadowsocks,甚至可以像Cloudflare一样在CDN后面运行您的shadowsocks服务器。
1、准备好VPS、域名
2、解析域名
# 安装
## CentOS 7
wget -O centos7-ss-install.sh https://git.io/JeiRt
chmod +x centos7-ss-install.sh
./centos7-ss-install.sh
## Ubuntu 18.04/16.04 或 Debian 9
wget -O ubuntu-ss-install.sh https://git.io/JeiRq
chmod +x ubuntu-ss-install.sh
./ubuntu-ss-install.sh
# 使用systemctl管理shadowsocks
systemctl status shadowsocks
systemctl start shadowsocks
systemctl stop shadowsocks
在CentOS 7,Ubuntu 18.04 / 16.04和Debian 9上进行了测试。
v2ray-plugin下载,下载完成后和shadowsocks-windows客户端放在同一个目录,并且改名为v2ray-plugin。
正在施工。