一.安装环境
我是Windows系统,所以我下载一个xshell来进行Linux命令操作,然后我在阿里云官网买了一个名字轻量级的服务器,拿到了服务器的ip和密码。
二.搭建服务器
东西准备齐全我们就开始搭建服务器啦
1.使用root用户,分别执行以下3条命令
$ wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent...
$ chmod +x shadowsocks-all.sh
$ ./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
2.执行之后会提示输入语言,密码,端口和加密方式,端口我是用的是8080,源码使用的go,加密方式使用的aes-256-cfb;
然后按照提示操作
Congratulations, your_shadowsocks_version install completed!
Your Server IP :192.168.11.11
Your Server Port :8080
Your Password :1234567890
Your Encryption Method:aes-256-cfb
Welcome to visit:https://teddysun.com/486.html
Enjoy it
3.开发阿里云服务器
登陆阿里云,找到你买的轻量级服务器
找到防火墙
添加规则,把端口配置成8080就可以了,
4.然后可以下载shadowsocks-windows,
下载后,配置好服务器地址,密码,端口,点击右下角的小飞机启用代理就可以了
有疑问加站长微信联系(非本文作者)