vps搭建

国外的VPS(CentOS)自己动手搭建VPN的方法

{####}指的是s h a d o w s o c k s
{S####}指的是开头大写的S h a d o w s o c k s

1.进行系统更新(可以不操作)
yum -y update

2.安装wget下载器
yum -y install wget

3.下载ss安装脚本
wget –no-check-certificate https://raw.githubusercontent.com/teddysun/{####}_install/master/{####}.sh

4.使上述脚本属性可执行
chmod +x {####}.sh

5.执行脚本
./{####}.sh 2>&1 | tee {####}.log

6.控制台会依次询问ss访问密码,访问端口,加密方式(选择端口后不需要你另外开放防火墙规则)

Congratulations, {S####}-python server install completed!
Your Server IP : IP
Your Server Port : 端口(例如:18095)
Your Password : 密码
Your Encryption Method: 加密方式(例如:aes-256-cfb)

上一篇:初试devops-1.go.三丰云空间部署环境


下一篇:python进阶:知识点总结-调用外部程序