Skip to content

Commit a301697

Browse files
Merge branch 'production' into patricia/pcx19773-web-bot-auth-verified-bots
2 parents 3720ede + f0e00b1 commit a301697

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
/src/content/docs/workers/observability/ @irvinebroque @mikenomitch @rohinlohe @kodster28 @cloudflare/pcx-technical-writing
139139
/src/content/docs/workers/static-assets @irvinebroque @GregBrimble @WalshyDev @kodster28 @cloudflare/deploy-config @cloudflare/pcx-technical-writing
140140
/src/content/docs/workflows/ @elithrar @celso @cloudflare/pcx-technical-writing
141-
/src/content/docs/sandbox/ @whoiskatrin @ghostwriternr @cloudflare/pcx-technical-writing @ai-agents
141+
/src/content/docs/sandbox/ @whoiskatrin @ghostwriternr @cloudflare/pcx-technical-writing @cloudflare/ai-agents
142142

143143
# DDoS Protection
144144

src/content/docs/cloudflare-one/email-security/retro-scan.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 10
66
---
77

8-
Retro Scan allows you to scan up to 14 days of old messages in your Microsoft 365 inboxes and check if your current email security solution missed any threats.
8+
Retro Scan allows you to scan up to 14 days of old messages in your Microsoft 365 inboxes and check if your current email security solution missed any threats. Once you receive your Retro Scan report, you will be able to remediate malicious messages.
99

1010
:::note
1111
Retro Scan is only available for Microsoft 365 accounts.

src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,31 @@ In this case, Cloudflare will always resolve the CNAME target based on the value
8585
C
8686
end
8787
```
88+
89+
### Auth DNS points to `cdn.cloudflare.net`
90+
91+
Considering the following scenario:
92+
93+
- The target zone (Cloudflare zone 2 in this example) is a partial zone and the DNS record on the partial is proxied.
94+
- The DNS record on the authoritative DNS server points to `cdn.cloudflare.net`
95+
96+
If such setup is in place, the subdomain (`www.partialzone.com` in this example) will resolve to a Cloudflare proxy IP, which will ultimately result in an error. Consider using [custom hostnames](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/) and [Orange-to-Orange](/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/how-it-works/) setup instead.
97+
98+
```mermaid
99+
flowchart TD
100+
accTitle: DNS resolution flow with CNAME target in a zone within the same account and auth DNS pointing to cdn.cloudflare.net
101+
A[Request to <code>www\.alice.com</code>] --> B[<code>CNAME</code> record for <code>www\.alice.com</code> to <code>www\.partialzone.com</code>]
102+
B --> C[<code>CNAME</code> record for <code>www\.partialzone.com</code> to <code>www\.partialzone.com.cdn.cloudflare.net</code>]
103+
C --> D[<code>Cloudflare proxy IP</code>]
104+
subgraph Cloudflare account
105+
subgraph Cloudflare zone 1
106+
B
107+
end
108+
subgraph Cloudflare zone 2
109+
E[Proxied <code>A</code> record for <code>www\.partialzone.com</code> to <code>203.0.113.1</code>]
110+
end
111+
end
112+
subgraph Authoritative DNS
113+
C
114+
end
115+
```

src/content/docs/fundamentals/reference/cloudy-ai-agent.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
title: Cloudy AI agent
2+
title: Cloudy AI agent (beta)
33
pcx_content_type: reference
4+
sidebar:
5+
label: Cloudy AI agent
6+
badge:
7+
text: Beta
48
---
59

610
Cloudy is Cloudflare's first version of an AI agent, with assistant-like functionality designed to help users understand and improve their Cloudflare configurations in multiple areas of the product suite.

src/content/docs/sandbox/tutorials/code-review-bot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The `.dev.vars` file is automatically gitignored and only used during local deve
265265

266266
## 5. Expose local server with Cloudflare Tunnel
267267

268-
To test with real GitHub webhooks locally, use [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) to expose your local development server.
268+
To test with real GitHub webhooks locally, use [Cloudflare Tunnel](/cloudflare-one/networks/connectors/cloudflare-tunnel/) to expose your local development server.
269269

270270
Start the development server:
271271

@@ -282,7 +282,7 @@ cloudflared tunnel --url http://localhost:8787
282282
This will output a public URL (for example, `https://example.trycloudflare.com`). Copy this URL for the next step.
283283

284284
:::note
285-
If you do not have `cloudflared` installed, refer to [Install cloudflared](/cloudflare-one/connections/connect-networks/downloads/).
285+
If you do not have `cloudflared` installed, refer to [Downloads](/cloudflare-one/networks/connectors/cloudflare-tunnel/downloads/).
286286
:::
287287

288288
## 6. Configure GitHub webhook for local testing

0 commit comments

Comments
 (0)