File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
src/content/docs/dns/foundation-dns Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,15 @@ Some behaviors are different from standard Cloudflare nameservers:
3333<Details header = " Example" >
3434
3535<Example >
36- DNS management for ** example.com** | ** Type** | ** Name** | ** Content** | |
37- -------- | -------- | ------------------------- | | NS | www |
38- ns1.externalhost.com | | NS | www | ns2.externalhost.com | | TXT | www |
39- "5bb16e6b5a444eedb48ace40c471bcc9" | | A | www | ` 192.0.2.1 ` |
36+ DNS management for ** example.com**
37+
38+ | ** Type** | ** Name** | ** Content** |
39+ | -------- | -------- | ------------------------- |
40+ | NS | www | ns1.externalhost.com |
41+ | NS | www | ns2.externalhost.com |
42+ | TXT | www | "5bb16e6b5a444eedb48ace40c471bcc9" |
43+ | A | www | ` 192.0.2.1 ` |
44+
4045</Example >
4146
4247In this example, the TXT record and the A record for ` www.example.com ` will not be served.
You can’t perform that action at this time.
0 commit comments