From 672c86a72448b7605c70166ec297c664e87aeb91 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Tue, 9 Sep 2025 14:37:13 +0100 Subject: [PATCH 1/2] Fix formatting for example DNS table --- src/content/docs/dns/foundation-dns/setup.mdx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/content/docs/dns/foundation-dns/setup.mdx b/src/content/docs/dns/foundation-dns/setup.mdx index 3c01624c007505..1b734879948f9e 100644 --- a/src/content/docs/dns/foundation-dns/setup.mdx +++ b/src/content/docs/dns/foundation-dns/setup.mdx @@ -33,10 +33,15 @@ Some behaviors are different from standard Cloudflare nameservers:
- DNS management for **example.com** | **Type** | **Name** | **Content** | | - -------- | -------- | ------------------------- | | NS | www | - ns1.externalhost.com | | NS | www | ns2.externalhost.com | | TXT | www | - "5bb16e6b5a444eedb48ace40c471bcc9" | | A | www | `192.0.2.1` | +DNS management for **example.com** + +| **Type** | **Name** | **Content** | +| -------- | -------- | ------------------------- | +| NS | www | ns1.externalhost.com | +| NS | www | ns2.externalhost.com | +| TXT | www | "5bb16e6b5a444eedb48ace40c471bcc9" | +| A | www | `192.0.2.1` | + In this example, the TXT record and the A record for `www.example.com` will not be served. From 433f9f86f15bb5b9037584ff72b39931daf71279 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:52:50 +0100 Subject: [PATCH 2/2] Apply suggestion from code review Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> --- src/content/docs/dns/foundation-dns/setup.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/dns/foundation-dns/setup.mdx b/src/content/docs/dns/foundation-dns/setup.mdx index 1b734879948f9e..39aa5de8f25292 100644 --- a/src/content/docs/dns/foundation-dns/setup.mdx +++ b/src/content/docs/dns/foundation-dns/setup.mdx @@ -33,6 +33,7 @@ Some behaviors are different from standard Cloudflare nameservers:
+ DNS management for **example.com** | **Type** | **Name** | **Content** |