> CentOS > CentOS教程 >

CentOS6 安装 python-setuptools

yum install python-setuptools && easy_install pip
pip install shadowsocks

vim /etc/shadowsocks.json

{ 
    "server" : "服务器IP", 
    "server_port" : 端口, 
    "local_address": "127.0.0.1", 
    "local_port" : 1080, 
    "password" : "密码", 
    "timeout" : 600, 
    "method" : "rc4-md5"
}

ssserver -c /etc/shadowsocks.json -d start

ssserver -c /etc/shadowsocks.json -d stop


(责任编辑:IT)