Shadowsocks

This is the programmer's leisure time series! 墙外的世界真美! 👍 准备工作: 购买一个国外的服务器.(推荐去 Linode ) 为服务器安装个Linux操作系统.(我安装的是 Debian9, 操作系统大同小异, 大家按需安装即可.) 一. 服务端配置. 1. 通过 ssh 进入服务器. $ ssh root@ your_ip 2. 安装 shadowsocks 服务端. 推荐使用 官方文档, 下面步骤来源于官方, 按序执行即可: Debian / Ubuntu: $ apt-get install python-pip $ pip install shadowsocks 3. 配置. 创建配置文件: $ vim /etc/shadowsocks.json…