Preface
随着cloudflare系列教程十部曲的正式完结(这十部相当于编内,如果以后还出,只能算是编外,也不影响正编只有十部的事实~),我寻思也该单独为cloudflare开一个汇总贴:将包括系列教程和之前的各种cloudflare功能的实战文章做成一个学习地图,使大家对cloudflare相关内容能够更加一目了然(cloudflare的标签也可以快速分类,只是逻辑方面不能直观体现)。这也是我的博客除了网站地图之外的,第一个针对我认为重要的某个知识体系梳理而成的学习地图。
cloudflare系列教程
cloudflare系列教程是我基于日常的使用经验,针对cloudflare整体解决方案以及方案中各个重要的功能模块撰写的,理论+实战形式的教程,分为”筑基”三部曲(主要介绍cloudflare整体解决方案、涉及的许多重要且基础的概念)、”金丹”三部曲(主要介绍WAF、DDoS防护和Cache Rules3个功能,是建站最常用的基础三件套)、”元婴”三部曲(主要介绍worker、R2和Zero Trust这3个功能,算是cloudflare较为高级的技能)和最终章的番外篇(主要介绍cloudflare支持的多种重定向)。
- Home Data Center Series CloudFlare Tutorial (I) CF related introduction and its benefits to personal webmasters
cloudflare系列教程第一部,”筑基”三部曲之一。 - Cloudflare tutorial series for home data centers (Part 2) Introduction to the functions of each technical node in the CF overall solution traffic sequence
cloudflare系列教程第二部,”筑基”三部曲之二。 - Home Data Center Series CloudFlare Tutorial (Part 3) How to enter CF's edge network and how to choose the appropriate back-to-source method cloudflare系列教程第三部,”筑基”三部曲之三,阶段一完结了。
- Home Data Center Series CloudFlare Tutorial (IV) CF WAF Function Introduction and Detailed Configuration Tutorial
cloudflare系列教程第四部,”金丹”三部曲之一。 - Home Data Center Series CloudFlare Tutorial (V) DDoS Attack Introduction and CF DDoS Protection Configuration Tutorial
cloudflare系列教程第五部,”金丹”三部曲之二。 - Home Data Center Series CloudFlare Tutorial (VI) CF Cache Rules Function Introduction and Detailed Configuration Tutorial cloudflare系列教程第六部,”金丹”三部曲之三,阶段二完结了。
- Home Data Center Series Cloudflare Tutorial (VII) Introduction to CF Worker Functions and Practical Operation, Verification and Research on Related Technical Principles of Implementing "Beggar Version APO for WordPress" Function to Accelerate Website Access Based on Worker
cloudflare系列教程第七部,”元婴”三部曲之一。 - Home Data Center Series CloudFlare Tutorial (VIII) Introduction to CF R2 Functions and Detailed Tutorial on Building an Image Hosting Platform Based on R2
cloudflare系列教程第八部,”元婴”三部曲之二。 - Cloudflare tutorial series for home data centers (Part 9) Introduction to common Zero Trust functions and multi-scenario usage tutorials
cloudflare系列教程第九部,”元婴”三部曲之三,阶段三完结了。 - cloudflare教程(十)最终章 重定向功能介绍及多场景配置教程
cloudflare系列教程第十部,番外篇,最终章。 - 家庭数据中心系列 从Cloudflare CDN实现网站加速访问的”核心理念与实践”谈大家习以为常的”自选IP”、”优选IP”、”优选域名” 这篇文章虽然不属于系列教程,但是也算是对系列教程的一个更高视角的概括。
cloudflare实战汇总
以下部分是使用cloudflare的一个或者多个功能完成的实战,也可以作为cloudflare系列教程里部分功能的实战补充。
- Home data center series uses cloudflare's Origin Rules to solve the problem of having a public IP but no legal ports 80 and 443 when building a website
为了解决国内环境使用cloudflare建站并采用了默认的公网IP回源时,因为域名没有备案导致的,虽然有公网IP却没有80和443端口的问题。不过现在这种方式已经不推荐了,不管是国内家庭宽带还是云主机,作为cloudflare公网IP方式回源的源站都太过于危险:在国内还要使用公网IP方式回源的,还是老老实实的使用备案域名并采用国内CDN吧。 - The home data center series uses tunnel technology to allow home broadband without public IP to use cloudflare for free to quickly build a website (recommended)
这是目前使用国内设备建站的推荐方式(不管是家庭宽带还是云主机),只要tunnel能够稳定建立,就是目前最安全的方式,且不要求源站有公网IP。 - Home data center series uses domestic cloud hosting to get free cloudflare to achieve fast access to domestic sites from abroad
这篇文章是早期写得,其实就是把腾讯云云主机作为cloudflare的源站(使用公网IP回源的方式),在国内现在已经没有了实际意义(使用国外云主机依然有效),不过里面有将腾讯云托管的域名迁移到cloudflare上的详细步骤,需要的朋友可以参考一下。 - Home Data Center Series Use Cloudflare to create a small mailbox with your own domain suffix
非常有用,使用托管在cloudlfare上的域名打造使用自己域名后缀的邮箱,实属装逼利器,不过只能收。 - Home data center series uses cloudflare+resend+gmail to create a free personal business mailbox
解决前面自己域名后缀邮箱只能收的问题,现在也可以发了。只不过如果是国内的邮箱供应商,会有个代发提醒,但是进收件箱是没问题的。 - Home Data Center Series Reasonable use of cloudflare WARP to improve the speed of accessing websites (desktop version)
已经不适合国内家庭宽带用户了,国外还是好使的。 - Deploy cloudflare warp on the home data center series cloud host to improve network access speed (Linux cli version)
已经不适合国内的云主机了,国外还是好使的。 - Home data center series uses github+cloudflare pages to build a new home for www navigation page
最基本的基于github和cloudflare pages使用html模板免费托管最基本的静态页面。 - Home data center series uses hexo to build a static blog and deploy it to cloudflare pages
进阶版的基于github和cloudflare pages使用hexo免费搭建并托管静态博客。 - Home Data Center Series Use rclone and cloudflare R2 to build Chevereto's remote disaster recovery image bed
适合原本使用chevereto自建图床的朋友,可以将R2作为真正24小时在线的主图床,而chevereto作为备用图床即可(兼职水印工具人)。 - Home data center series uses cloudflare tunnel to realize automatic takeover of disaster recovery site when WordPress main site fails
基于cloudflare tunnel的高级技巧,可以解决”家庭数据中心”的软肋:停电、断网,不过需要云主机配合。 - Home Data Center Series was tragically broken! Recording the first time a blogger was attacked by DDOS, Second attack on home data center series! Optimization of internal blog access process under the new situation, The home data center series stress test was successfully completed! Thanks to my brother for your help, it's now OK!
DDoS攻击三部曲,也算是cloudflare DDoS防护功能的实战演练,不过里面除了cloudflare本身的防护功能以外,还需要家庭数据中心内部相关安全方案的配合,这个我在以后会用专门的文章来谈。 - The new home data center protocol "MASQUE" is launched, and WARP is "temporarily" revived! 使用最新协议的WARP它归来了!
- Home Data Center Series: Cracking the WordPress AJAX Protection Problem: Using Cloudflare Tunnel to "divide" normal website access and attack traffic
- Potential risks of building a website with Cloudflare Tunnel in a home data center series: Impact of non-standard ports and SEO optimization guide 使用Cloudflare tunnel方式建站又对SEO比较在意的朋友需要关注一下。
- From QUIC to HTTP2: Building a more private and stable Cloudflare Tunnel solution 这是我以后推荐的Cloudflare Tunnel采用的协议。
精彩 ~
谢谢,你是懂我的:)