Skip to content

Commit 94de65b

Browse files
authored
[Rules] Add proxied DNS record requirement (#19042)
1 parent b7e361e commit 94de65b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

src/content/docs/rules/cloud-connector/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ head:
1111
content: Cloud Connector (beta)
1212
---
1313

14-
import { FeatureTable } from "~/components";
14+
import { FeatureTable, Render } from "~/components";
1515

1616
Cloud Connector (beta) allows you to route matching incoming traffic from your website to a public cloud provider that you define: [Cloudflare R2](/r2/) object storage or an external provider such as AWS, Google Cloud, and Azure. With Cloud Connector you can make Cloudflare the control center for your web traffic, including traffic served from public cloud providers, without having to configure additional rules.
1717

18+
<Render
19+
file="rules-requirements"
20+
params={{ one: "Cloud Connector requires" }}
21+
/>
22+
1823
## How it works
1924

2025
First, you configure a Cloud Connector rule that specifies:

src/content/docs/rules/custom-error-responses/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Custom Error Responses (beta), powered by the [Ruleset Engine](/ruleset-engine/)
1515

1616
To configure a custom error response, create a custom error response rule at the zone level. Custom error response rules will override [Custom Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/) at the zone or account level.
1717

18+
Custom Error Responses require that you [proxy the DNS records](/dns/manage-dns-records/reference/proxied-dns-records/) of your domain (or subdomain) through Cloudflare.
19+
1820
:::note[Notes about the beta]
1921

2022
During the beta, you can define Custom Error Responses using inline templates and specify the response's content type and HTTP status code.

src/content/docs/rules/snippets/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Cloudflare Snippets (beta) provide a powerful and flexible way to customize the
1717

1818
For code samples addressing common use cases, please refer to the [Examples](/rules/snippets/examples/) section.
1919

20+
<Render file="rules-requirements" params={{ one: "Snippets require" }} />
21+
2022
## Snippets elements
2123

2224
To create and deploy a Snippet, you need to define the following elements:

0 commit comments

Comments
 (0)