一键获得快乐

Published: by Creative Commons Licence

  • Tags:

获取域名

Centos7关闭防火墙

$ systemctl stop firewalld.service
$ systemctl disable firewalld.service 

v2ray一键安装

$ bash <(curl -s -L https://git.io/v2ray.sh)

BBR plus一键安装

$ wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

cloudflare

cloudflare可以提供CDN的功能,帮助我们隐藏自己的IP地址,以及加速流量。

我们得到域名后,可以将Nameserver指定到cloudflare的命名服务器,从而将域名托管给cloudflare。

如果使用代理,需要将SSL/TLS加密模式设置为完全,否则不能使用服务器上的证书。