一、IPv4下,连接SSH
建议使用Cloudflare的Spectrum。Spectrum每个月只有5G流量,使用SSH足够了。
如果有ION cloud的免费wordpress的话,使用Cloudflare Pro Plesk,可免费获取。
DNS解析,建议cname,内容为 ssh域名.cdn.cloudflare.net
然后,使用 ssh域名 ,端口 22,即可连接。
二、更改VPS的DNS,以便访问IPv4资源
echo -e “nameserver 2001:67c:2b0::4\nnameserver 2001:67c:2b0::6” > /etc/resolv.conf
升级软件
yum -y update
三、使用宝塔建站,并使用Cloudflare加速
1、安装宝塔5.9.1本地版
yum install -y wget && wget –no-check-certificate -O install.sh https://raw.githubusercontent.com/wangzhe12588/bt59happy/master/install-5.9-c.sh && sh install.sh
修改后台访问用域名,端口改为CloudFlare支持的端口。
CloudFlare支持的端口为:
HTTP ports supported by Cloudflare:
80
8080
8880
2052
2082
2086
2095
HTTPS ports supported by Cloudflare:
443
2053
2083
2087
2096
8443
2、使用Cloudflare加速
建议笨牛网等,回源用VPS的IPv6,DNS解析可设置为自选高速IP。