1. 安装:

    yum -y install python-setuptools
    easy_install  pip
    pip  install  shadowsocks
  2. 配置:
    vim /etc/shadowsocks.json

     {
         "server":"0.0.0.0",
         "server_port":8888,
         "local_port":1080,
         "password":"xxxx",
         "timeout":600,
         "method":"rc4-md5"
     }
  3. 启动:
    ssserver -c /etc/shadowsocks.json -d start

  4. 停止:
    ssserver -d stop

文档更新时间: 2024-04-20 10:57   作者:lee