|
@@ -1,7 +1,7 @@
|
|
|
;; test zone file used for ZoneFinderContext tests.
|
|
|
;; RRSIGs are (obviouslly) faked ones for testing.
|
|
|
|
|
|
-example.org. 3600 IN SOA ns1.example.org. bugs.x.w.example.org. 29 3600 300 3600000 3600
|
|
|
+example.org. 3600 IN SOA ns1.example.org. bugs.x.w.example.org. 41 3600 300 3600000 3600
|
|
|
example.org. 3600 IN NS ns1.example.org.
|
|
|
example.org. 3600 IN NS ns2.example.org.
|
|
|
example.org. 3600 IN MX 1 mx1.example.org.
|
|
@@ -39,8 +39,21 @@ ns.b.example.org. 3600 IN A 192.0.2.9
|
|
|
;; additional section.
|
|
|
mxatcut.example.org. 3600 IN MX 1 b.example.org.
|
|
|
|
|
|
+;; delegation, one of its NS names is under a DNAME delegation point;
|
|
|
+;; another is at that point; and yet another is under DNAME below a
|
|
|
+;; zone cut.
|
|
|
+c.example.org. 3600 IN NS ns.dname.example.org.
|
|
|
+c.example.org. 3600 IN NS dname.example.org.
|
|
|
+c.example.org. 3600 IN NS ns.deepdname.example.org.
|
|
|
+ns.dname.example.org. 3600 IN A 192.0.2.11
|
|
|
+dname.example.org. 3600 IN A 192.0.2.12
|
|
|
+ns.deepdname.example.org. 3600 IN AAAA 2001:db8::9
|
|
|
+
|
|
|
;; CNAME
|
|
|
alias.example.org. 3600 IN CNAME cname.example.org.
|
|
|
|
|
|
;; DNAME
|
|
|
dname.example.org. 3600 IN DNAME dname.example.com.
|
|
|
+
|
|
|
+;; DNAME under a NS (strange one)
|
|
|
+deepdname.c.example.org. 3600 IN DNAME deepdname.example.com.
|