CentOS6 安装 python-setuptools
时间:2016-04-26 01:10 来源:linux.it.net.cn 作者:IT
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)
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) |