From ab42cdad01ceec8d6cd485f56c417af33639be55 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:01:58 +0000 Subject: [PATCH 1/3] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- .../docs/dns/dns-firewall/random-prefix-attacks/about.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx b/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx index f78a74376771b6f..3253edbf2fb480e 100644 --- a/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx +++ b/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx @@ -7,6 +7,7 @@ head: - tag: title content: About random prefix attacks - DNS Firewall +description: Learn about random prefix attacks in DNS, where traffic targets unlikely subdomains, challenging to mitigate due to public resolvers. Discover mitigation strategies. --- import { Render } from "~/components" From d00bfd4b755d537dbc6807757775678d57d26b1e Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:02:00 +0000 Subject: [PATCH 2/3] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- src/content/docs/dns/dns-firewall/faq.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/dns/dns-firewall/faq.mdx b/src/content/docs/dns/dns-firewall/faq.mdx index 402610a3d266600..922474389af4a48 100644 --- a/src/content/docs/dns/dns-firewall/faq.mdx +++ b/src/content/docs/dns/dns-firewall/faq.mdx @@ -1,6 +1,7 @@ --- title: FAQ pcx_content_type: faq +description: Find answers to common questions about Cloudflare's DNS Firewall, including cache behavior, EDNS support, and setting PTR records. Ideal for developers. sidebar: order: 4 head: From 6e048d46c559de399b5164eaad5e728e8c398ec0 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:18:34 +0000 Subject: [PATCH 3/3] Apply suggestions from code review --- src/content/docs/dns/dns-firewall/faq.mdx | 2 +- .../docs/dns/dns-firewall/random-prefix-attacks/about.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/dns/dns-firewall/faq.mdx b/src/content/docs/dns/dns-firewall/faq.mdx index 922474389af4a48..f408cf77c057782 100644 --- a/src/content/docs/dns/dns-firewall/faq.mdx +++ b/src/content/docs/dns/dns-firewall/faq.mdx @@ -1,7 +1,7 @@ --- title: FAQ pcx_content_type: faq -description: Find answers to common questions about Cloudflare's DNS Firewall, including cache behavior, EDNS support, and setting PTR records. Ideal for developers. +description: Find answers to common questions about Cloudflare's DNS Firewall, including cache behavior, EDNS support, and setting PTR records. sidebar: order: 4 head: diff --git a/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx b/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx index 3253edbf2fb480e..e58f43aaa79594e 100644 --- a/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx +++ b/src/content/docs/dns/dns-firewall/random-prefix-attacks/about.mdx @@ -7,7 +7,7 @@ head: - tag: title content: About random prefix attacks - DNS Firewall -description: Learn about random prefix attacks in DNS, where traffic targets unlikely subdomains, challenging to mitigate due to public resolvers. Discover mitigation strategies. +description: Learn about random prefix attacks. As part of DNS Firewall, Cloudflare can protect your upstream authoritative nameservers from these attacks. --- import { Render } from "~/components"