You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/foundation-dns/setup.mdx
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,27 +17,26 @@ Before opting in for advanced nameservers, consider the following:
17
17
18
18
- <Renderfile="ns-advanced-vs-custom" />
19
19
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.
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.
0 commit comments