range

If there were you, the world would be just right

1、安装ShadowSocks

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

安装

wget https://bootstrap.pypa.io/3.5/get-pip.py
python3 get-pip.py
pip3 install shadowsocks

2、创建配置文件

vi /etc/shadowsocks.json

内容:

{ 
    "server":"0.0.0.0", 
    "server_port":8388,
    "password":"admin888", 
    "timeout":600, 
    "method":"rc4-md5"
}

3、启动

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

4、Windows客户端地址
https://github.com/shadowsocks/shadowsocks-windows/releases


添加新评论 »

在这里输入你的评论...