选择一个性能优秀、网络环境良好的服务器是优化 Shadowsocks 服务器的第一步。
apt-get 或 yum 安装 Shadowsocks:apt-get install shadowsocks-libev
或
yum install shadowsocks-libev
/etc/shadowsocks-libev/config.json。在 /etc/shadowsocks-libev/config.json 文件中,配置以下参数:
server: 服务器 IP 地址server_port: 服务器端口号password: 连接密码method: 加密方式示例配置:
{ “server”:”0.0.0.0″, “server_port”:8388, “password”:”your_password”, “method”:”aes-256-cfb