Skip to content

Commit 4929f02

Browse files
committed
fixes
1 parent b8262cb commit 4929f02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/dns/dns-troubleshoot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ If 24 hours have elapsed after correcting the configuration and the DNS zones ar
9595

9696
The following scenario demonstrates where a configuration error has led to the unhealthy state of the DNS zones.
9797

98-
* **Unhealthy Delegation** - A primary zone contains NS delegation records, which help delegate traffic from the primary to the child zones. If any NS delegation record is present in the parent zone, the DNS server is supposed to mask all other records below the NS delegation record, except glue records, and direct traffic to the respective child zone based on the user query. If a parent zone contains other records meant for the child zones (delegated zones) below the NS delegation record, the zone will be marked unhealthy, and its status is **Degraded**.
98+
**Unhealthy Delegation**
99+
100+
A primary zone contains NS delegation records, which help delegate traffic from the primary to the child zones. If any NS delegation record is present in the parent zone, the DNS server is supposed to mask all other records below the NS delegation record, except glue records, and direct traffic to the respective child zone based on the user query. If a parent zone contains other records meant for the child zones (delegated zones) below the NS delegation record, the zone will be marked unhealthy, and its status is **Degraded**.
99101

100102
**What are glue records?** - These are records under the delegation record, which help direct traffic to the delegated/child zones using their IP addresses and are configured as seen in the following.
101103

0 commit comments

Comments
 (0)