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
;; MSG SIZE rcvd: 138</pre></div><p><ahref='../outputs/nsgluetest/dig_nsgluetest0.sub.yourdomain.com__127.0.0.1.pcap'>Download PCAP File</a></p><p><p>We can see that the <codeclass='code-block'>sub.yourdomain.com</code> zone is managed by <codeclass='code-block'>ns.sub.yourdomain.com</code> at <codeclass='code-block'>10.211.55.2</code>.</p></p><br>
49
49
<p>When we query the designated nameserver directly, it returns the response and reaffirms its authority over the zone by including authoritative data — namely the <codeclass='code-block'>NS</code> and <codeclass='code-block'>A</code> (glue) records:</p>
nsgluetest0.sub.yourdomain.com. 60 IN A 192.0.2.79
63
63
64
64
;; AUTHORITY SECTION:
65
65
sub.yourdomain.com. 60 IN NS ns.sub.yourdomain.com.
66
66
67
67
;; ADDITIONAL SECTION:
68
68
ns.sub.yourdomain.com. 60 IN A 10.211.55.2
69
69
70
-
;; Query time: 8 msec
70
+
;; Query time: 12 msec
71
71
;; SERVER: 10.211.55.2#53(10.211.55.2) (UDP)
72
-
;; WHEN: Tue Jul 01 10:47:10 +04 2025
72
+
;; WHEN: Tue Jul 08 15:13:20 +04 2025
73
73
;; MSG SIZE rcvd: 154</pre></div><p><ahref='../outputs/nsgluetest/dig_nsgluetest0.sub.yourdomain.com__10.211.55.2.pcap'>Download PCAP File</a></p><p><p>We can see that the authoritative zone information matches that provided by the parent nameserver.</p></p><br>
74
74
<p>Next, we request the inclusion of the second nameserver — intentionally misconfigured in the child zone's PolarDNS configuration file — as glue. The response still includes the answer but presents conflicting authoritative information for the zone:</p>
nsgluetest1.sub.yourdomain.com. 60 IN A 192.0.2.183
88
88
89
89
;; AUTHORITY SECTION:
90
90
sub.yourdomain.com. 60 IN NS ns.sub.yourdomain.com.
91
91
92
92
;; ADDITIONAL SECTION:
93
93
ns.sub.yourdomain.com. 60 IN A 6.6.6.6
94
94
95
-
;; Query time: 8 msec
95
+
;; Query time: 12 msec
96
96
;; SERVER: 10.211.55.2#53(10.211.55.2) (UDP)
97
-
;; WHEN: Tue Jul 01 10:47:12 +04 2025
97
+
;; WHEN: Tue Jul 08 15:13:21 +04 2025
98
98
;; MSG SIZE rcvd: 154</pre></div><p><ahref='../outputs/nsgluetest/dig_nsgluetest1.sub.yourdomain.com__10.211.55.2.pcap'>Download PCAP File</a></p><p><p>Here, we observe that the <codeclass='code-block'>sub.yourdomain.com</code> zone is indicated as being managed by <codeclass='code-block'>ns.sub.yourdomain.com</code> at <codeclass='code-block'>6.6.6.6</code>, which conflicts with the information provided by the parent zone. This inconsistency may potentially confuse the resolver.</p></p><br>
0 commit comments