“科学翻墙 乐翻天. ”
- 利用了大概两个小时的时间搭建了一个用于翻墙的服务器。
- 环境:
服务器端:digital ocean + 7.3 centos
客户端:ShadowSocks + win 10
- 购买的是一个月5$的服务器,新加坡节点,购买之后登入,输入下面命令
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-libev.sh
chmod +x shadowsocks-libev.sh
./shadowsocks-libev.sh 2>&1 | tee shadowsocks-libev.log
- 安装完之后应该有类似下方的输出
Congratulations, Shadowsocks-libev install completed!
Your Server IP:your_server_ip
Your Server Port:your_server_port
Your Password:your_password
Your Local IP:127.0.0.1
Your Local Port:1080
Your Encryption Method:aes-256-cfb
Welcome to visit:https://teddysun.com/357.html
Enjoy it!
- 如果有上方输出,代表安装成功!
- 接下来是客户端设置
- 分别为windows 和 mac 以及移动端
- windows去 https://github.com/shadowsocks/shadowsocks-windows 下载
- mac 去 https://github.com/taichisocks/shadowsocks 下载
- android https://github.com/shadowsocks/shadowsocks-android
- ios https://github.com/shadowsocks/shadowsocks-iOS