一键安装v2ray
1.选择VPS
强烈推荐debian系统
原因:
1.无防火墙
2.我已实验过多次
3.Centos需要自己Google,如何关闭防火墙
2.远程连接VPS
推荐使用FinalShell(https://www.jb51.net/softs/717120.html)
官网:(http://www.hostbuf.com/downloads/finalshell_install.exe)
3.申请域名(或 购买域名)
免费申请域名(https://www.freenom.com/)
购买域名(https://www.namesilo.com/)
4.在cloudfalre配置域名解析(或在域名购买网站配置域名解析)
域名——————》购买的VPS IP地址
5. 本地ping 域名,得到目标IP地址
确认域名解析成功
6.一键安装v2ray
一键安装v2ray脚本
1 | bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log |
BBR加速代码: BBR加速:
1 | wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh |
如果安装不了BBR请先运行以下代码:
1 | yum -y install wget |
升级命令
1 | sudo apt update && sudo apt upgrade |