<! -- more -->
YUM 安装
yum install git build-essential autoconf libtool openssl-devel gcc -y
git clone
mkdir /usr/local/bds
cd shadowsocks-libev
./configure --prefix=/usr/local/bds/
make && make install
启动程序
nohup /usr/local/bds/bin/ss-server -s 0.0.0.0 -p 端口 -k 密码 -m aes-256-cfb &
ps -ef | grep ss-server | grep -v ps | grep -v grep
iptables -A INPUT -p tcp --dport 10101 -j ACCEPT #防火墙放行
shadowsocks 命令介绍
-s 0.0.0.0 #指定服务器的IP地址,建议填0.0.0.0
-p 12345 #指定服务器绑定的端口
-k 12345678 #设置密码
-m aes-256-cfb #指定加密方式为aes-256-cfb,如果不指定,默认为table方式,加密方式不大会影响速度,但是table非常不安全。
加入开机启动
echo "nohup /usr/local/bds/bin/ss-server -s 0.0.0.0 -p 端口 -k 密码 -m aes-256-cfb & " >> /etc/rc.local
window client 端
下载windown client端
下载一个Switchsharp chrom浏览器扩展插件,这个插件装在chrome浏览器中
连接访问
打开google