diff --git a/src/content/docs/dns/foundation-dns/setup.mdx b/src/content/docs/dns/foundation-dns/setup.mdx index 3c01624c007505..39aa5de8f25292 100644 --- a/src/content/docs/dns/foundation-dns/setup.mdx +++ b/src/content/docs/dns/foundation-dns/setup.mdx @@ -33,10 +33,16 @@ 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.