叶子的小屋
ubuntu系统下安装shadowsocks
2017-4-11 admin


 sudo apt-get install openssl







 sudo apt-get install libssl-dev 






下载shadowsocks源码



 ./configure --prefix=/安装位置就行 







新建一个config.json文件



{

"server": "主机ip",

"server_port": 主机端口,

"local_port": 1080,

"password": "密码",

"timeout": 600,

"method": "aes-256-cfb"

}







nohup ss-server -c config.json &



后台运行着服务就行了