V2ray + Cloudflare 拯救被墙 VPS IP

前记

前几年买了搬瓦工的一台最便宜的 VPS,大概一年120元,期间试过 Shadowsocks,V2ray,目前稳定在 V2ray + Cloudflare。

VPS IP 早几年就被 the great wall 封了,所以才用了 V2ray + Cloudflare 方案,不定时还要更新 CDN 的 IP,不然也会有被屏蔽的麻烦。

搬瓦工的官网需要翻墙才能上,安装完系统也要翻墙,所以先找个免费的限时 VPN 挂着。

系统安装

VPS 配置:

  • 500G 免费流量,满足日常需求。
  • 系统 Centos 7 BBR,直接在控制面板安装即可。

准备域名

  1. Namesilo 买一个最便宜的,名称最好不要带什么侮辱单词或者变形的,不然还会被墙。
  2. Cloudflare 解析刚才买的域名:添加二级域名A记录解析到 VPS IP,让小黄云变灰色 DNS only。
  3. 回到 Namesilo,修改域名 DNS 服务器为 Cloudflare 的信息。

安装 V2ray

连上 VPS 一键安装 Vmess + websocket + TLS + Nginx + Website:

1
yum update -y && yum install curl -y && bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh)
  1. 域名填刚才在 Cloudflare 解析的二级域名;
  2. 端口不要用443,换成其他的;
  3. 记录下安装好的 Vmess 链接。

检查是否运行正常:

1
2
systemctl status v2ray
systemctl status nginx

两个都显示为绿色的 active(running) 则说明运行成功。

使用

打开客户端,粘贴刚才记录的 Vmess 链接。

使用 Cloudflare CDN IP 测速脚本选择速度快的 IP,填到地址(address)中。

done,尽情翻吧~

Author

Zoctan

Posted on

2022-10-12

Updated on

2023-03-14

Licensed under