Skip to content

Commit 8ebc305

Browse files
[DNS] Various callouts and tips (#26050)
* Link to dnssec-for-secondary from the setup page * Replace recommendation wait time for DNSSEC with child zone * Create new TS page for debug endpoints and adjust order * Call out nameserver TTL available with Foundation DNS
1 parent 593117a commit 8ebc305

File tree

8 files changed

+39
-6
lines changed

8 files changed

+39
-6
lines changed

src/content/docs/dns/nameservers/nameserver-options.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ If you choose this option and you also want to use DNSSEC on your zone, make sur
5656

5757
For both Cloudflare nameservers (standard or advanced) and custom nameservers, the `NS` record time-to-live (TTL) is controlled by the specific setting on the **DNS Records** page, under **DNS record options**.
5858

59+
:::note[Foundation DNS]
60+
**DNS record options** are part of [Foundation DNS](/dns/foundation-dns/). If you are an Enterprise customer and **Nameserver TTL** is not displayed on your Cloudflare dashboard, reach out to your account team.
61+
:::
62+
5963
The default TTL is 24 hours (or 86,400 seconds), but you have the option to lower this value depending on your needs. For example, shorter TTLs can be useful when you are changing nameservers or migrating a zone. Accepted values range from 30 to 86,400 seconds.
6064

6165
This setting can also be configured as a [DNS zone default](/dns/additional-options/dns-zone-defaults/), meaning new zones created in your account will automatically start with the value you define.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
pcx_content_type: troubleshooting
3+
title: Available debug endpoints
4+
sidebar:
5+
order: 10
6+
label: Debug endpoints
7+
---
8+
9+
The following debug endpoints are available via `dig` or other DNS query tools.
10+
11+
```sh
12+
$ dig @<YOUR_DOMAIN> chaos txt myip.cloudflare +short
13+
```
14+
15+
```sh
16+
$ dig @<YOUR_DOMAIN> chaos txt id.server +short
17+
```
18+
19+
```sh
20+
$ dig @<YOUR_DOMAIN> chaos txt version.bind +short
21+
```
22+
23+
```sh
24+
$ dig @<YOUR_DOMAIN> txt whoami.cloudflare.net +short
25+
```

src/content/docs/dns/troubleshooting/dns-issues.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
pcx_content_type: troubleshooting
33
source: https://support.cloudflare.com/hc/en-us/articles/217912538-My-DNS-doesn-t-work
44
title: General DNS issues
5+
sidebar:
6+
order: 2
57

68
---
79

src/content/docs/dns/troubleshooting/dns-probe-finished-nxdomain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: DNS_PROBE_FINISHED_NXDOMAIN
33
pcx_content_type: troubleshooting
44
sidebar:
5-
order: 2
5+
order: 4
66
head:
77
- tag: title
88
content: Fix DNS_PROBE_FINISHED_NXDOMAIN

src/content/docs/dns/troubleshooting/dns-probe-possible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: DNS_PROBE_POSSIBLE
33
pcx_content_type: troubleshooting
44
sidebar:
5-
order: 2
5+
order: 5
66
head:
77
- tag: title
88
content: Fix DNS_PROBE_POSSIBLE error

src/content/docs/dns/troubleshooting/email-issues.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ title: Email issues
55
head:
66
- tag: title
77
content: Troubleshooting email issues
8-
8+
sidebar:
9+
order: 6
910
---
1011

1112
import { Render } from "~/components"

src/content/docs/dns/zone-setups/subdomain-setup/dnssec.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ head:
88
content: Enable DNSSEC - subdomain setup
99
---
1010

11+
import { GlossaryTooltip } from "~/components";
12+
1113
As opposed to the [normal process](/dns/dnssec/) for enabling DNSSEC, DNSSEC with a subdomain setup requires a few additional steps.
1214

1315
## Requirements
1416

15-
To use DNSSEC for a subdomain setup, DNSSEC must be enabled on the parent zone.
16-
17-
Ideally, you should also wait 12 to 24 hours after enabling DNSSEC on the parent zone to ensure DNS resolvers provide the same DNS query responses.
17+
To use DNSSEC for a subdomain setup, DNSSEC must be enabled on the parent zone. After enabling DNSSEC on the parent zone, you should wait the minimum <GlossaryTooltip term="time-to-live (TTL)">TTL</GlossaryTooltip> value (specified in the [SOA record](https://www.cloudflare.com/learning/dns/dns-records/dns-soa-record/) of the parent zone) to ensure DNS resolvers provide the same DNS query responses.
1818

1919
## Setup
2020

src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ With [incoming zone transfers](/dns/zone-setups/zone-transfers/cloudflare-as-sec
1919
## Before you begin
2020

2121
- You should already have a registered domain, set up with your primary DNS provider.
22+
- Review the available options and plan for how you will use [DNSSEC with Cloudflare as secondary](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/dnssec-for-secondary/).
2223
- Make sure you have completed the following tasks at your primary DNS provider and at Cloudflare.
2324

2425
### At your primary DNS provider

0 commit comments

Comments
 (0)