Skip to content

Commit 9dbdbde

Browse files
Use specific header for more emphasis and better linking
1 parent dfe34d8 commit 9dbdbde

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

src/content/docs/dns/foundation-dns/advanced-nameservers.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Consider the sections below for details about advanced nameservers, and refer to
1414

1515
:::note
1616
<Render file="ns-advanced-vs-custom" />
17+
Also, [some behaviors are different](/dns/foundation-dns/setup/#differences-from-standard-nameservers) when compared to standard nameservers.
1718
:::
1819

1920
## Anycast network groups

src/content/docs/dns/foundation-dns/setup.mdx

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,26 @@ Before opting in for advanced nameservers, consider the following:
1717

1818
- <Render file="ns-advanced-vs-custom" />
1919

20-
- Some behaviors are different from standard Cloudflare nameservers:
21-
- Wildcard records: if moving from standard Cloudflare nameservers to Foundation DNS advanced nameservers, make sure to explicitly create records for subdomains currently covered by wildcard records (`*.example.com`).
22-
- Subdomain delegation: once a subdomain is delegated via NS records, Cloudflare will not serve any other records (such as A, TXT, or CNAME) on that subdomain from the parent zone, even if those records exist.
23-
24-
<Details header="Example">
25-
26-
<Example>
27-
28-
DNS management for **example.com**
29-
30-
| **Type** | **Name** | **Content** |
31-
| -------- | -------- | ------------------------- |
32-
| NS | www | ns1.externalhost.com |
33-
| NS | www | ns2.externalhost.com |
34-
| TXT | www | "5bb16e6b5a444eedb48ace40c471bcc9" |
35-
| A | www | `192.0.2.1` |
36-
</Example>
37-
38-
In this example, the TXT record and the A record for `www.example.com` will not be served.
39-
40-
</Details>
20+
### Differences from standard nameservers
21+
22+
Some behaviors are different from standard Cloudflare nameservers:
23+
- Wildcard records: if moving from standard Cloudflare nameservers to Foundation DNS advanced nameservers, make sure to explicitly create records for subdomains currently covered by wildcard records (`*.example.com`).
24+
- Subdomain delegation: once a subdomain is delegated via NS records, Cloudflare will not serve any other records (such as A, TXT, or CNAME) on that subdomain from the parent zone, even if those records exist.
25+
26+
<Details header="Example">
27+
28+
<Example>
29+
DNS management for **example.com**
30+
| **Type** | **Name** | **Content** |
31+
| -------- | -------- | ------------------------- |
32+
| NS | www | ns1.externalhost.com |
33+
| NS | www | ns2.externalhost.com |
34+
| TXT | www | "5bb16e6b5a444eedb48ace40c471bcc9" |
35+
| A | www | `192.0.2.1` |
36+
</Example>
37+
38+
In this example, the TXT record and the A record for `www.example.com` will not be served.
39+
</Details>
4140

4241
## Enable on a zone
4342

0 commit comments

Comments
 (0)