From: Kees Monshouwer Date: Tue, 25 Jan 2022 18:47:52 +0000 (+0100) Subject: auth: change sdig output to zonefile order X-Git-Tag: rec-4.8.0-alpha1~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11858%2Fhead;p=thirdparty%2Fpdns.git auth: change sdig output to zonefile order --- diff --git a/modules/geoipbackend/regression-tests/apex-record/expected_result b/modules/geoipbackend/regression-tests/apex-record/expected_result index b1cfab9fdc..fb11a75df3 100644 --- a/modules/geoipbackend/regression-tests/apex-record/expected_result +++ b/modules/geoipbackend/regression-tests/apex-record/expected_result @@ -1,3 +1,3 @@ -0 geo.example.com. IN A 30 127.0.0.1 +0 geo.example.com. 30 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='geo.example.com.', qtype=A diff --git a/modules/geoipbackend/regression-tests/basic-a-dnssec/expected_result b/modules/geoipbackend/regression-tests/basic-a-dnssec/expected_result index 21713ac15f..268c130c64 100644 --- a/modules/geoipbackend/regression-tests/basic-a-dnssec/expected_result +++ b/modules/geoipbackend/regression-tests/basic-a-dnssec/expected_result @@ -1,5 +1,5 @@ -0 www.geo.example.com. IN A 30 127.0.0.1 -0 www.geo.example.com. IN RRSIG 30 A 13 4 30 [expiry] [inception] [keytag] geo.example.com. ... -2 . IN OPT 32768 +0 www.geo.example.com. 30 IN A 127.0.0.1 +0 www.geo.example.com. 30 IN RRSIG A 13 4 30 [expiry] [inception] [keytag] geo.example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.geo.example.com.', qtype=A diff --git a/modules/geoipbackend/regression-tests/basic-a-resolution/expected_result b/modules/geoipbackend/regression-tests/basic-a-resolution/expected_result index 05838e43b4..533e26282d 100644 --- a/modules/geoipbackend/regression-tests/basic-a-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/basic-a-resolution/expected_result @@ -1,3 +1,3 @@ -0 www.geo.example.com. IN A 30 127.0.0.1 +0 www.geo.example.com. 30 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.geo.example.com.', qtype=A diff --git a/modules/geoipbackend/regression-tests/city-resolution/expected_result b/modules/geoipbackend/regression-tests/city-resolution/expected_result index a6990b5a0b..d92847daad 100644 --- a/modules/geoipbackend/regression-tests/city-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/city-resolution/expected_result @@ -1,12 +1,12 @@ -0 city.geo.example.com. IN A 30 127.0.1.1 -2 . IN OPT 0 AAgACAABICB/AAAB +0 city.geo.example.com. 30 IN A 127.0.1.1 +2 . 0 IN OPT AAgACAABICB/AAAB Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='city.geo.example.com.', qtype=A -0 city.geo.example.com. IN A 30 127.0.2.1 -2 . IN OPT 0 AAgACAABICB/AAAC +0 city.geo.example.com. 30 IN A 127.0.2.1 +2 . 0 IN OPT AAgACAABICB/AAAC Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='city.geo.example.com.', qtype=A -0 city.geo.example.com. IN A 30 127.0.3.1 -2 . IN OPT 0 AAgACAABICB/AAAD +0 city.geo.example.com. 30 IN A 127.0.3.1 +2 . 0 IN OPT AAgACAABICB/AAAD Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='city.geo.example.com.', qtype=A diff --git a/modules/geoipbackend/regression-tests/custom-mapping-txt-resolution/expected_result b/modules/geoipbackend/regression-tests/custom-mapping-txt-resolution/expected_result index 2930214ef2..3ab8eb0b65 100644 --- a/modules/geoipbackend/regression-tests/custom-mapping-txt-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/custom-mapping-txt-resolution/expected_result @@ -1,8 +1,8 @@ -0 map.geo.example.com. IN TXT 30 "custom mapping" -2 . IN OPT 0 AAgACAABIBgBAQEB +0 map.geo.example.com. 30 IN TXT "custom mapping" +2 . 0 IN OPT AAgACAABIBgBAQEB Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='map.geo.example.com.', qtype=TXT -0 map.geo2.example.com. IN TXT 30 "overridden moon mapping" -2 . IN OPT 0 AAgACAABIBgBAQEB +0 map.geo2.example.com. 30 IN TXT "overridden moon mapping" +2 . 0 IN OPT AAgACAABIBgBAQEB Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='map.geo2.example.com.', qtype=TXT diff --git a/modules/geoipbackend/regression-tests/empty-record-resolution/expected_result b/modules/geoipbackend/regression-tests/empty-record-resolution/expected_result index f2bbe2acad..216de06f7b 100644 --- a/modules/geoipbackend/regression-tests/empty-record-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/empty-record-resolution/expected_result @@ -1,8 +1,8 @@ -0 ip.geo.example.com. IN A 30 127.0.0.2 -2 . IN OPT 0 AAgACAABICB/AAAC +0 ip.geo.example.com. 30 IN A 127.0.0.2 +2 . 0 IN OPT AAgACAABICB/AAAC Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ip.geo.example.com.', qtype=ANY -0 ip.geo.example.com. IN AAAA 30 ::2 -2 . IN OPT 0 AAgAFAACgIAAAAAAAAAAAAAAAAAAAAAC +0 ip.geo.example.com. 30 IN AAAA ::2 +2 . 0 IN OPT AAgAFAACgIAAAAAAAAAAAAAAAAAAAAAC Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ip.geo.example.com.', qtype=ANY diff --git a/modules/geoipbackend/regression-tests/ent-resolution/expected_result b/modules/geoipbackend/regression-tests/ent-resolution/expected_result index 1c333a888e..2e6f27135f 100644 --- a/modules/geoipbackend/regression-tests/ent-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/ent-resolution/expected_result @@ -1,3 +1,3 @@ -1 geo.example.com. IN SOA 30 ns1.example.com. hostmaster.example.com. 2014090125 7200 3600 1209600 3600 +1 geo.example.com. 30 IN SOA ns1.example.com. hostmaster.example.com. 2014090125 7200 3600 1209600 3600 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='o1.city.geo.example.com.', qtype=A diff --git a/modules/geoipbackend/regression-tests/loc-resolution/expected_result b/modules/geoipbackend/regression-tests/loc-resolution/expected_result index df1335d2e2..bb28a6cc50 100644 --- a/modules/geoipbackend/regression-tests/loc-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/loc-resolution/expected_result @@ -1,8 +1,8 @@ -0 loc.geo.example.com. IN LOC 30 1 0 0.000 N 1 0 0.000 E 0.00m 1.00m 10000.00m 10.00m -2 . IN OPT 0 AAgACAABIBgBAQEB +0 loc.geo.example.com. 30 IN LOC 1 0 0.000 N 1 0 0.000 E 0.00m 1.00m 10000.00m 10.00m +2 . 0 IN OPT AAgACAABIBgBAQEB Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='loc.geo.example.com.', qtype=LOC -0 loc.geo.example.com. IN TXT 30 "1.000000 1.000000" -2 . IN OPT 0 AAgACAABIBgBAQEB +0 loc.geo.example.com. 30 IN TXT "1.000000 1.000000" +2 . 0 IN OPT AAgACAABIBgBAQEB Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='loc.geo.example.com.', qtype=TXT diff --git a/modules/geoipbackend/regression-tests/mixed-weight-resolution/expected_result b/modules/geoipbackend/regression-tests/mixed-weight-resolution/expected_result index bdd6e61dc9..4c48cb7500 100644 --- a/modules/geoipbackend/regression-tests/mixed-weight-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/mixed-weight-resolution/expected_result @@ -1,10 +1,10 @@ -0 mixed_weight.geo.example.com. IN A 30 127.0.0.1 +0 mixed_weight.geo.example.com. 30 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='mixed_weight.geo.example.com.', qtype=A -0 mixed_weight.geo.example.com. IN TXT 30 "text" +0 mixed_weight.geo.example.com. 30 IN TXT "text" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='mixed_weight.geo.example.com.', qtype=TXT -0 mixed_weight.geo.example.com. IN A 30 127.0.0.1 -0 mixed_weight.geo.example.com. IN TXT 30 "text" +0 mixed_weight.geo.example.com. 30 IN A 127.0.0.1 +0 mixed_weight.geo.example.com. 30 IN TXT "text" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='mixed_weight.geo.example.com.', qtype=ANY diff --git a/modules/geoipbackend/regression-tests/static-any-resolution/expected_result b/modules/geoipbackend/regression-tests/static-any-resolution/expected_result index d7847b9642..6570030066 100644 --- a/modules/geoipbackend/regression-tests/static-any-resolution/expected_result +++ b/modules/geoipbackend/regression-tests/static-any-resolution/expected_result @@ -1,7 +1,7 @@ -0 geo.example.com. IN A 30 127.0.0.1 -0 geo.example.com. IN MX 30 10 mx.example.com. -0 geo.example.com. IN NS 30 ns1.example.com. -0 geo.example.com. IN NS 30 ns2.example.com. -0 geo.example.com. IN SOA 30 ns1.example.com. hostmaster.example.com. 2014090125 7200 3600 1209600 3600 +0 geo.example.com. 30 IN A 127.0.0.1 +0 geo.example.com. 30 IN MX 10 mx.example.com. +0 geo.example.com. 30 IN NS ns1.example.com. +0 geo.example.com. 30 IN NS ns2.example.com. +0 geo.example.com. 30 IN SOA ns1.example.com. hostmaster.example.com. 2014090125 7200 3600 1209600 3600 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='geo.example.com.', qtype=ANY diff --git a/modules/lua2backend/regression-tests/basic-a-dnssec/expected_result b/modules/lua2backend/regression-tests/basic-a-dnssec/expected_result index dad80045c5..e22d3a940f 100644 --- a/modules/lua2backend/regression-tests/basic-a-dnssec/expected_result +++ b/modules/lua2backend/regression-tests/basic-a-dnssec/expected_result @@ -1,5 +1,5 @@ -0 www.test.invalid. IN A 60 127.0.0.3 -0 www.test.invalid. IN RRSIG 60 A 13 3 60 [expiry] [inception] [keytag] test.invalid. ... -2 . IN OPT 32768 +0 www.test.invalid. 60 IN A 127.0.0.3 +0 www.test.invalid. 60 IN RRSIG A 13 3 60 [expiry] [inception] [keytag] test.invalid. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.test.invalid.', qtype=A diff --git a/modules/lua2backend/regression-tests/basic-a-resolution/expected_result b/modules/lua2backend/regression-tests/basic-a-resolution/expected_result index c6d0549c1b..69e60ab3c2 100644 --- a/modules/lua2backend/regression-tests/basic-a-resolution/expected_result +++ b/modules/lua2backend/regression-tests/basic-a-resolution/expected_result @@ -1,3 +1,3 @@ -0 www.test.invalid. IN A 60 127.0.0.3 +0 www.test.invalid. 60 IN A 127.0.0.3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.test.invalid.', qtype=A diff --git a/modules/lua2backend/regression-tests/basic-aaaa-resolution/expected_result b/modules/lua2backend/regression-tests/basic-aaaa-resolution/expected_result index 2e4ec3c238..96c7639233 100644 --- a/modules/lua2backend/regression-tests/basic-aaaa-resolution/expected_result +++ b/modules/lua2backend/regression-tests/basic-aaaa-resolution/expected_result @@ -1,3 +1,3 @@ -0 www.test.invalid. IN AAAA 60 fe80::3 +0 www.test.invalid. 60 IN AAAA fe80::3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.test.invalid.', qtype=AAAA diff --git a/modules/lua2backend/regression-tests/nsec-2-dnssec/expected_result b/modules/lua2backend/regression-tests/nsec-2-dnssec/expected_result index 4be5b12351..93c37ef9b7 100644 --- a/modules/lua2backend/regression-tests/nsec-2-dnssec/expected_result +++ b/modules/lua2backend/regression-tests/nsec-2-dnssec/expected_result @@ -1,9 +1,9 @@ -1 ns1.test.invalid. IN NSEC 4 www.test.invalid. A AAAA RRSIG NSEC -1 ns1.test.invalid. IN RRSIG 4 NSEC 13 3 4 [expiry] [inception] [keytag] test.invalid. ... -1 test.invalid. IN NSEC 4 ns1.test.invalid. NS SOA TXT RRSIG NSEC DNSKEY -1 test.invalid. IN RRSIG 4 NSEC 13 2 4 [expiry] [inception] [keytag] test.invalid. ... -1 test.invalid. IN RRSIG 4 SOA 13 2 60 [expiry] [inception] [keytag] test.invalid. ... -1 test.invalid. IN SOA 4 ns1.test.invalid. root.test.invalid. 20180115 1 2 3 4 -2 . IN OPT 32768 +1 ns1.test.invalid. 4 IN NSEC www.test.invalid. A AAAA RRSIG NSEC +1 ns1.test.invalid. 4 IN RRSIG NSEC 13 3 4 [expiry] [inception] [keytag] test.invalid. ... +1 test.invalid. 4 IN NSEC ns1.test.invalid. NS SOA TXT RRSIG NSEC DNSKEY +1 test.invalid. 4 IN RRSIG NSEC 13 2 4 [expiry] [inception] [keytag] test.invalid. ... +1 test.invalid. 4 IN RRSIG SOA 13 2 60 [expiry] [inception] [keytag] test.invalid. ... +1 test.invalid. 4 IN SOA ns1.test.invalid. root.test.invalid. 20180115 1 2 3 4 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='wap.test.invalid.', qtype=A diff --git a/modules/lua2backend/regression-tests/nsec-dnssec/expected_result b/modules/lua2backend/regression-tests/nsec-dnssec/expected_result index 1a93837e55..955e72c1f3 100644 --- a/modules/lua2backend/regression-tests/nsec-dnssec/expected_result +++ b/modules/lua2backend/regression-tests/nsec-dnssec/expected_result @@ -1,7 +1,7 @@ -1 test.invalid. IN NSEC 4 ns1.test.invalid. NS SOA TXT RRSIG NSEC DNSKEY -1 test.invalid. IN RRSIG 4 NSEC 13 2 4 [expiry] [inception] [keytag] test.invalid. ... -1 test.invalid. IN RRSIG 4 SOA 13 2 60 [expiry] [inception] [keytag] test.invalid. ... -1 test.invalid. IN SOA 4 ns1.test.invalid. root.test.invalid. 20180115 1 2 3 4 -2 . IN OPT 32768 +1 test.invalid. 4 IN NSEC ns1.test.invalid. NS SOA TXT RRSIG NSEC DNSKEY +1 test.invalid. 4 IN RRSIG NSEC 13 2 4 [expiry] [inception] [keytag] test.invalid. ... +1 test.invalid. 4 IN RRSIG SOA 13 2 60 [expiry] [inception] [keytag] test.invalid. ... +1 test.invalid. 4 IN SOA ns1.test.invalid. root.test.invalid. 20180115 1 2 3 4 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='middle.test.invalid.', qtype=A diff --git a/modules/remotebackend/regression-tests/apex-test/expected_result b/modules/remotebackend/regression-tests/apex-test/expected_result index fad2018733..6ae8a5c268 100644 --- a/modules/remotebackend/regression-tests/apex-test/expected_result +++ b/modules/remotebackend/regression-tests/apex-test/expected_result @@ -1,4 +1,4 @@ -0 up.example.com. IN NS 120 ns1.example.com. -0 up.example.com. IN NS 120 ns2.example.com. +0 up.example.com. 120 IN NS ns1.example.com. +0 up.example.com. 120 IN NS ns2.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='up.example.com.', qtype=NS diff --git a/modules/remotebackend/regression-tests/basic-a-dnssec/expected_result b/modules/remotebackend/regression-tests/basic-a-dnssec/expected_result index 56c44b5317..0e6c2c99ae 100644 --- a/modules/remotebackend/regression-tests/basic-a-dnssec/expected_result +++ b/modules/remotebackend/regression-tests/basic-a-dnssec/expected_result @@ -1,5 +1,5 @@ -0 outpost.example.com. IN A 120 192.168.2.1 -0 outpost.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 outpost.example.com. 120 IN A 192.168.2.1 +0 outpost.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/basic-a-resolution/expected_result b/modules/remotebackend/regression-tests/basic-a-resolution/expected_result index b7318a1274..abe4a12b3f 100644 --- a/modules/remotebackend/regression-tests/basic-a-resolution/expected_result +++ b/modules/remotebackend/regression-tests/basic-a-resolution/expected_result @@ -1,3 +1,3 @@ -0 outpost.example.com. IN A 120 192.168.2.1 +0 outpost.example.com. 120 IN A 192.168.2.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/basic-aaaa-resolution/expected_result b/modules/remotebackend/regression-tests/basic-aaaa-resolution/expected_result index fcac5c6043..c3bfa1e4fb 100644 --- a/modules/remotebackend/regression-tests/basic-aaaa-resolution/expected_result +++ b/modules/remotebackend/regression-tests/basic-aaaa-resolution/expected_result @@ -1,3 +1,3 @@ -0 outpost.example.com. IN AAAA 120 fe80::1 +0 outpost.example.com. 120 IN AAAA fe80::1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=AAAA diff --git a/modules/remotebackend/regression-tests/dnssec-keys/expected_result b/modules/remotebackend/regression-tests/dnssec-keys/expected_result index bcf7d1d55d..4d66160c03 100644 --- a/modules/remotebackend/regression-tests/dnssec-keys/expected_result +++ b/modules/remotebackend/regression-tests/dnssec-keys/expected_result @@ -1,3 +1,3 @@ -0 example.com. IN DNSKEY 120 257 3 13 ... +0 example.com. 120 IN DNSKEY 257 3 13 ... Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=DNSKEY diff --git a/modules/remotebackend/regression-tests/long-txt-resolution/expected_result b/modules/remotebackend/regression-tests/long-txt-resolution/expected_result index 76b71f08b5..2a5d99167f 100644 --- a/modules/remotebackend/regression-tests/long-txt-resolution/expected_result +++ b/modules/remotebackend/regression-tests/long-txt-resolution/expected_result @@ -1,3 +1,3 @@ -0 jump.up.example.com. IN TXT 120 "a very very long indeed text string that should pass out clean and proper thru the entire chain of powerdns processing" +0 jump.up.example.com. 120 IN TXT "a very very long indeed text string that should pass out clean and proper thru the entire chain of powerdns processing" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='jump.up.example.com.', qtype=TXT diff --git a/modules/remotebackend/regression-tests/ns-at-delegation/expected_result b/modules/remotebackend/regression-tests/ns-at-delegation/expected_result index fad2018733..6ae8a5c268 100644 --- a/modules/remotebackend/regression-tests/ns-at-delegation/expected_result +++ b/modules/remotebackend/regression-tests/ns-at-delegation/expected_result @@ -1,4 +1,4 @@ -0 up.example.com. IN NS 120 ns1.example.com. -0 up.example.com. IN NS 120 ns2.example.com. +0 up.example.com. 120 IN NS ns1.example.com. +0 up.example.com. 120 IN NS ns2.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='up.example.com.', qtype=NS diff --git a/modules/remotebackend/regression-tests/nsec-middle/expected_result b/modules/remotebackend/regression-tests/nsec-middle/expected_result index 3e0527692e..81eb87b082 100644 --- a/modules/remotebackend/regression-tests/nsec-middle/expected_result +++ b/modules/remotebackend/regression-tests/nsec-middle/expected_result @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 120 ns1.example.com. NS SOA RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 120 NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 120 SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 120 ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 -1 ns2.example.com. IN NSEC 120 outpost.example.com. A RRSIG NSEC -1 ns2.example.com. IN RRSIG 120 NSEC 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 120 IN NSEC ns1.example.com. NS SOA RRSIG NSEC DNSKEY +1 example.com. 120 IN RRSIG NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN RRSIG SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN SOA ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 +1 ns2.example.com. 120 IN NSEC outpost.example.com. A RRSIG NSEC +1 ns2.example.com. 120 IN RRSIG NSEC 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outerpost.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-middle/expected_result.narrow b/modules/remotebackend/regression-tests/nsec-middle/expected_result.narrow index db99bf313a..09ab427e40 100644 --- a/modules/remotebackend/regression-tests/nsec-middle/expected_result.narrow +++ b/modules/remotebackend/regression-tests/nsec-middle/expected_result.narrow @@ -1,7 +1,7 @@ -1 example.com. IN NSEC 120 outpost.example.com. NS SOA RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 120 NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 120 SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 120 ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 -2 . IN OPT 32768 +1 example.com. 120 IN NSEC outpost.example.com. NS SOA RRSIG NSEC DNSKEY +1 example.com. 120 IN RRSIG NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN RRSIG SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN SOA ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outerpost.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-middle/expected_result.nsec3 b/modules/remotebackend/regression-tests/nsec-middle/expected_result.nsec3 index db99bf313a..09ab427e40 100644 --- a/modules/remotebackend/regression-tests/nsec-middle/expected_result.nsec3 +++ b/modules/remotebackend/regression-tests/nsec-middle/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 example.com. IN NSEC 120 outpost.example.com. NS SOA RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 120 NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 120 SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 120 ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 -2 . IN OPT 32768 +1 example.com. 120 IN NSEC outpost.example.com. NS SOA RRSIG NSEC DNSKEY +1 example.com. 120 IN RRSIG NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN RRSIG SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN SOA ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outerpost.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result b/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result index 19362ecfbf..2ed671beba 100644 --- a/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result +++ b/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result @@ -1,5 +1,5 @@ -0 jump.up.example.com. IN A 120 192.168.3.1 -0 jump.up.example.com. IN RRSIG 120 A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... -2 . IN OPT 32768 +0 jump.up.example.com. 120 IN A 192.168.3.1 +0 jump.up.example.com. 120 IN RRSIG A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='jump.up.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.narrow b/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.narrow index e648b1c521..ddf2119715 100644 --- a/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.narrow +++ b/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.narrow @@ -1,6 +1,6 @@ -0 jump.up.example.com. IN A 120 192.168.3.1 -0 jump.up.example.com. IN RRSIG 120 A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... -0 jump.up.example.com. IN RRSIG 120 A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... -2 . IN OPT 32768 +0 jump.up.example.com. 120 IN A 192.168.3.1 +0 jump.up.example.com. 120 IN RRSIG A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... +0 jump.up.example.com. 120 IN RRSIG A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='jump.up.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.nsec3 b/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.nsec3 index e648b1c521..ddf2119715 100644 --- a/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.nsec3 +++ b/modules/remotebackend/regression-tests/nsec-sibling-test/expected_result.nsec3 @@ -1,6 +1,6 @@ -0 jump.up.example.com. IN A 120 192.168.3.1 -0 jump.up.example.com. IN RRSIG 120 A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... -0 jump.up.example.com. IN RRSIG 120 A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... -2 . IN OPT 32768 +0 jump.up.example.com. 120 IN A 192.168.3.1 +0 jump.up.example.com. 120 IN RRSIG A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... +0 jump.up.example.com. 120 IN RRSIG A 13 4 120 [expiry] [inception] [keytag] up.example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='jump.up.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result b/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result index 0ec9245233..8f8eb15c79 100644 --- a/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result +++ b/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result @@ -1,7 +1,7 @@ -1 example.com. IN NSEC 120 ns1.example.com. NS SOA RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 120 NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 120 SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 120 ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 -2 . IN OPT 32768 +1 example.com. 120 IN NSEC ns1.example.com. NS SOA RRSIG NSEC DNSKEY +1 example.com. 120 IN RRSIG NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN RRSIG SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN SOA ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result.nsec3 b/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result.nsec3 index 7f7f1abe95..accfad51db 100644 --- a/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result.nsec3 +++ b/modules/remotebackend/regression-tests/nsec-wraparound-begin/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 1 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 -1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. IN NSEC3 86400 1 1 1 abcd GNO4LESKG6U7HKEJ9UL71SF1HD7F1P96 A RRSIG -1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 1 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 +1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. 86400 IN NSEC3 1 1 1 abcd GNO4LESKG6U7HKEJ9UL71SF1HD7F1P96 A RRSIG +1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='zzz.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result b/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result index 124cc56e92..67b2c1a789 100644 --- a/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result +++ b/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 120 ns1.example.com. NS SOA RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 120 NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 120 SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 120 ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 -1 www.example.com. IN NSEC 120 example.com. A RRSIG NSEC -1 www.example.com. IN RRSIG 120 NSEC 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 120 IN NSEC ns1.example.com. NS SOA RRSIG NSEC DNSKEY +1 example.com. 120 IN RRSIG NSEC 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN RRSIG SOA 13 2 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 120 IN SOA ns1.example.com. hostmaster.example.com. 2000010101 28800 7200 1209600 120 +1 www.example.com. 120 IN NSEC example.com. A RRSIG NSEC +1 www.example.com. 120 IN RRSIG NSEC 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='zzz.example.com.', qtype=A diff --git a/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result.nsec3 b/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result.nsec3 index 7f7f1abe95..accfad51db 100644 --- a/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result.nsec3 +++ b/modules/remotebackend/regression-tests/nsec-wraparound-end/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 1 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 -1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. IN NSEC3 86400 1 1 1 abcd GNO4LESKG6U7HKEJ9UL71SF1HD7F1P96 A RRSIG -1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 1 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 +1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. 86400 IN NSEC3 1 1 1 abcd GNO4LESKG6U7HKEJ9UL71SF1HD7F1P96 A RRSIG +1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='zzz.example.com.', qtype=A diff --git a/pdns/nsec3dig.cc b/pdns/nsec3dig.cc index 13dcdf0571..1481e0a608 100644 --- a/pdns/nsec3dig.cc +++ b/pdns/nsec3dig.cc @@ -194,8 +194,8 @@ try namesseen.insert(DNSName(i->first.d_content->getZoneRepresentation())); } - cout<first.d_place-1<<"\t"<first.d_name.toString()<<"\tIN\t"<first.d_type); - cout<<"\t"<first.d_ttl<<"\t"<< i->first.d_content->getZoneRepresentation()<<"\n"; + cout << i->first.d_place - 1 << "\t" << i->first.d_name.toString() << "\t" << i->first.d_ttl << "\tIN\t" << DNSRecordContent::NumberToType(i->first.d_type); + cout << "\t" << i->first.d_content->getZoneRepresentation() << "\n"; } #if 0 diff --git a/pdns/sdig.cc b/pdns/sdig.cc index 917f75038e..9f92b2ee34 100644 --- a/pdns/sdig.cc +++ b/pdns/sdig.cc @@ -121,7 +121,7 @@ static void printReply(const string& reply, bool showflags, bool hidesoadetails, for (MOADNSParser::answers_t::const_iterator i = mdp.d_answers.begin(); i != mdp.d_answers.end(); ++i) { cout << i->first.d_place - 1 << "\t" << i->first.d_name.toString() << "\t" - << nameForClass(i->first.d_class, i->first.d_type) << "\t" + << ttl(i->first.d_ttl) << "\t" << nameForClass(i->first.d_class, i->first.d_type) << "\t" << DNSRecordContent::NumberToType(i->first.d_type); if (dumpluaraw) { cout<<"\t"<< makeLuaString(i->first.d_content->serialize(DNSName(), true))<first.d_content->getZoneRepresentation(); vector parts; stringtok(parts, zoneRep); - cout << "\t" << ttl(i->first.d_ttl) << "\t" << parts[0] << " " + cout << "\t" << parts[0] << " " << parts[1] << " " << parts[2] << " " << parts[3] << " [expiry] [inception] [keytag] " << parts[7] << " ...\n"; continue; @@ -141,7 +141,7 @@ static void printReply(const string& reply, bool showflags, bool hidesoadetails, string zoneRep = i->first.d_content->getZoneRepresentation(); vector parts; stringtok(parts, zoneRep); - cout << "\t" << ttl(i->first.d_ttl) << "\t" << parts[0] << " [flags] " + cout << "\t" << parts[0] << " [flags] " << parts[2] << " " << parts[3] << " " << parts[4]; for (vector::iterator iter = parts.begin() + 5; iter != parts.end(); ++iter) @@ -153,7 +153,7 @@ static void printReply(const string& reply, bool showflags, bool hidesoadetails, string zoneRep = i->first.d_content->getZoneRepresentation(); vector parts; stringtok(parts, zoneRep); - cout << "\t" << ttl(i->first.d_ttl) << "\t" << parts[0] << " " + cout << "\t" << parts[0] << " " << parts[1] << " " << parts[2] << " ...\n"; continue; } @@ -161,14 +161,13 @@ static void printReply(const string& reply, bool showflags, bool hidesoadetails, string zoneRep = i->first.d_content->getZoneRepresentation(); vector parts; stringtok(parts, zoneRep); - cout << "\t" << ttl(i->first.d_ttl) << "\t" << parts[0] << " " + cout << "\t" << parts[0] << " " << parts[1] << " [serial] " << parts[3] << " " << parts[4] << " " << parts[5] << " " << parts[6] << "\n"; continue; } } - cout << "\t" << ttl(i->first.d_ttl) << "\t" - << i->first.d_content->getZoneRepresentation() << "\n"; + cout << "\t" << i->first.d_content->getZoneRepresentation() << "\n"; } EDNSOpts edo; diff --git a/regression-tests.nobackend/default-publish-cds/expected_result b/regression-tests.nobackend/default-publish-cds/expected_result index cfbd4b0c11..540abe8081 100644 --- a/regression-tests.nobackend/default-publish-cds/expected_result +++ b/regression-tests.nobackend/default-publish-cds/expected_result @@ -1,9 +1,9 @@ 1 2 -0 minimal.com. IN CDS 86400 19988 13 4 b6c8e1ae21490b6a8cdf999383247214490a0b501cad0da434940fa61e2532325bee9b3db253905ecb37614cc6058005 -0 minimal.com. IN CDS 86400 44631 13 4 1a7a856b72dab4cd8d2173319574e36a91040eff134f6613e0699229013766ea57ffe5720260d5b2da2b1ab19b6bc216 -0 minimal.com. IN RRSIG 86400 CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... -2 . IN OPT 32768 +0 minimal.com. 86400 IN CDS 19988 13 4 b6c8e1ae21490b6a8cdf999383247214490a0b501cad0da434940fa61e2532325bee9b3db253905ecb37614cc6058005 +0 minimal.com. 86400 IN CDS 44631 13 4 1a7a856b72dab4cd8d2173319574e36a91040eff134f6613e0699229013766ea57ffe5720260d5b2da2b1ab19b6bc216 +0 minimal.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=CDS minimal.com. 120 IN NS ns1.example.com. @@ -20,17 +20,17 @@ minimal.com. 86400 IN DNSKEY 257 3 13 ... minimal.com. 86400 IN DNSKEY 257 3 13 ... minimal.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... minimal.com. 86400 IN RRSIG DNSKEY 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... -0 minimal.com. IN CDS 86400 19988 13 1 99173ff8dd534e1e9092572d4008ccb9381424b3 -0 minimal.com. IN CDS 86400 19988 13 2 f317da762321935edfca118cd5dac67b8ef5d8826f63c4399ddf7fbe2415734e -0 minimal.com. IN CDS 86400 44631 13 1 c7e816f8e73d4a4a3b8d06d7376833d525bdd7db -0 minimal.com. IN CDS 86400 44631 13 2 25b688fbaf349a706bf0d8b02ac858f0567cf601ca1a9d7f34bb08c43928093e -0 minimal.com. IN RRSIG 86400 CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... -2 . IN OPT 32768 +0 minimal.com. 86400 IN CDS 19988 13 1 99173ff8dd534e1e9092572d4008ccb9381424b3 +0 minimal.com. 86400 IN CDS 19988 13 2 f317da762321935edfca118cd5dac67b8ef5d8826f63c4399ddf7fbe2415734e +0 minimal.com. 86400 IN CDS 44631 13 1 c7e816f8e73d4a4a3b8d06d7376833d525bdd7db +0 minimal.com. 86400 IN CDS 44631 13 2 25b688fbaf349a706bf0d8b02ac858f0567cf601ca1a9d7f34bb08c43928093e +0 minimal.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=CDS -0 minimal.com. IN CDS 86400 0 0 0 00 -0 minimal.com. IN RRSIG 86400 CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... -2 . IN OPT 32768 +0 minimal.com. 86400 IN CDS 0 0 0 00 +0 minimal.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=CDS minimal.com. 120 IN NS ns1.example.com. @@ -46,11 +46,11 @@ minimal.com. 86400 IN DNSKEY 257 3 13 ... minimal.com. 86400 IN DNSKEY 257 3 13 ... minimal.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... minimal.com. 86400 IN RRSIG DNSKEY 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... -1 minimal.com. IN NSEC 120 minimal.com. NS SOA RRSIG NSEC DNSKEY -1 minimal.com. IN RRSIG 120 NSEC 13 2 120 [expiry] [inception] [keytag] minimal.com. ... -1 minimal.com. IN RRSIG 120 SOA 13 2 120 [expiry] [inception] [keytag] minimal.com. ... -1 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 minimal.com. 120 IN NSEC minimal.com. NS SOA RRSIG NSEC DNSKEY +1 minimal.com. 120 IN RRSIG NSEC 13 2 120 [expiry] [inception] [keytag] minimal.com. ... +1 minimal.com. 120 IN RRSIG SOA 13 2 120 [expiry] [inception] [keytag] minimal.com. ... +1 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=CDS minimal.com. 120 IN NS ns1.example.com. @@ -64,10 +64,10 @@ minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000081501 28800 7200 minimal.com. 86400 IN DNSKEY 257 3 13 ... minimal.com. 86400 IN DNSKEY 257 3 13 ... minimal.com. 86400 IN RRSIG DNSKEY 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... -0 minimal.com. IN CDS 86400 19988 13 4 b6c8e1ae21490b6a8cdf999383247214490a0b501cad0da434940fa61e2532325bee9b3db253905ecb37614cc6058005 -0 minimal.com. IN CDS 86400 44631 13 4 1a7a856b72dab4cd8d2173319574e36a91040eff134f6613e0699229013766ea57ffe5720260d5b2da2b1ab19b6bc216 -0 minimal.com. IN RRSIG 86400 CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... -2 . IN OPT 32768 +0 minimal.com. 86400 IN CDS 19988 13 4 b6c8e1ae21490b6a8cdf999383247214490a0b501cad0da434940fa61e2532325bee9b3db253905ecb37614cc6058005 +0 minimal.com. 86400 IN CDS 44631 13 4 1a7a856b72dab4cd8d2173319574e36a91040eff134f6613e0699229013766ea57ffe5720260d5b2da2b1ab19b6bc216 +0 minimal.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] minimal.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=CDS minimal.com. 120 IN NS ns1.example.com. diff --git a/regression-tests.nobackend/distributor/expected_result b/regression-tests.nobackend/distributor/expected_result index 0271c8c0de..e90206c6e9 100644 --- a/regression-tests.nobackend/distributor/expected_result +++ b/regression-tests.nobackend/distributor/expected_result @@ -1,4 +1,4 @@ had non-zero drops Reply to question for qname='example.com.', qtype=A Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 -1 example.com. IN SOA 3600 ahu.example.com. ns1.example.com. 2008080300 1800 3600 604800 3600 +1 example.com. 3600 IN SOA ahu.example.com. ns1.example.com. 2008080300 1800 3600 604800 3600 diff --git a/regression-tests.nobackend/edns-packet-cache/expected_result b/regression-tests.nobackend/edns-packet-cache/expected_result index c6fd746bcb..46db7ad5a1 100644 --- a/regression-tests.nobackend/edns-packet-cache/expected_result +++ b/regression-tests.nobackend/edns-packet-cache/expected_result @@ -1,16 +1,16 @@ -0 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 +0 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=SOA -0 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 -2 . IN OPT 0 +0 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 +2 . 0 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=SOA -0 minimal.com. IN NS 120 ns1.example.com. -0 minimal.com. IN NS 120 ns2.example.com. -2 . IN OPT 0 +0 minimal.com. 120 IN NS ns1.example.com. +0 minimal.com. 120 IN NS ns2.example.com. +2 . 0 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=NS -0 minimal.com. IN NS 120 ns1.example.com. -0 minimal.com. IN NS 120 ns2.example.com. +0 minimal.com. 120 IN NS ns1.example.com. +0 minimal.com. 120 IN NS ns2.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=NS diff --git a/regression-tests.nobackend/negcache-tests-dotted-cname/expected_result b/regression-tests.nobackend/negcache-tests-dotted-cname/expected_result index b0a962af87..cd1779cba2 100644 --- a/regression-tests.nobackend/negcache-tests-dotted-cname/expected_result +++ b/regression-tests.nobackend/negcache-tests-dotted-cname/expected_result @@ -1,7 +1,7 @@ -0 cname.example2.com. IN CNAME 3600 www.example.com. -0 www.example.com. IN A 120 127.0.0.1 +0 cname.example2.com. 3600 IN CNAME www.example.com. +0 www.example.com. 120 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cname.example2.com.', qtype=A -0 www.example.com. IN A 120 127.0.0.1 +0 www.example.com. 120 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.example.com.', qtype=A diff --git a/regression-tests.nobackend/soa-edit/expected_result b/regression-tests.nobackend/soa-edit/expected_result index 7f9d928e23..8fcb78bd54 100644 --- a/regression-tests.nobackend/soa-edit/expected_result +++ b/regression-tests.nobackend/soa-edit/expected_result @@ -1,20 +1,20 @@ Set 'minimal.com' meta SOA-EDIT = INCREMENT-WEEKS -0 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000083846 28800 7200 604800 86400 +0 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000083846 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=SOA -1 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000083846 28800 7200 604800 86400 +1 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000083846 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=MX -1 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000083846 28800 7200 604800 86400 +1 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000083846 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx.minimal.com.', qtype=MX midnight has passed -0 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000083847 28800 7200 604800 86400 +0 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000083847 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=SOA -1 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000083847 28800 7200 604800 86400 +1 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000083847 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='minimal.com.', qtype=MX -1 minimal.com. IN SOA 120 ns1.example.com. ahu.example.com. 2000083847 28800 7200 604800 86400 +1 minimal.com. 120 IN SOA ns1.example.com. ahu.example.com. 2000083847 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx.minimal.com.', qtype=MX diff --git a/regression-tests.rootzone/tests/direct-ds/expected_result b/regression-tests.rootzone/tests/direct-ds/expected_result index 8d454a0989..c40ee802f5 100644 --- a/regression-tests.rootzone/tests/direct-ds/expected_result +++ b/regression-tests.rootzone/tests/direct-ds/expected_result @@ -1,4 +1,4 @@ -0 net. IN DS 86400 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee -2 . IN OPT 32768 +0 net. 86400 IN DS 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='net.', qtype=DS diff --git a/regression-tests.rootzone/tests/direct-ds/expected_result.dnssec b/regression-tests.rootzone/tests/direct-ds/expected_result.dnssec index 3b95c8b98e..445bc12508 100644 --- a/regression-tests.rootzone/tests/direct-ds/expected_result.dnssec +++ b/regression-tests.rootzone/tests/direct-ds/expected_result.dnssec @@ -1,5 +1,5 @@ -0 net. IN DS 86400 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee -0 net. IN RRSIG 86400 DS 13 1 86400 [expiry] [inception] [keytag] . ... -2 . IN OPT 32768 +0 net. 86400 IN DS 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee +0 net. 86400 IN RRSIG DS 13 1 86400 [expiry] [inception] [keytag] . ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='net.', qtype=DS diff --git a/regression-tests.rootzone/tests/direct-ns/expected_result b/regression-tests.rootzone/tests/direct-ns/expected_result index e8cd4fe499..0118e37872 100644 --- a/regression-tests.rootzone/tests/direct-ns/expected_result +++ b/regression-tests.rootzone/tests/direct-ns/expected_result @@ -1,6 +1,6 @@ -1 net. IN NS 172800 a.gtld-servers.net. -2 . IN OPT 32768 -2 a.gtld-servers.net. IN A 172800 192.5.6.30 -2 a.gtld-servers.net. IN AAAA 172800 2001:503:a83e::2:30 +1 net. 172800 IN NS a.gtld-servers.net. +2 . 32768 IN OPT +2 a.gtld-servers.net. 172800 IN A 192.5.6.30 +2 a.gtld-servers.net. 172800 IN AAAA 2001:503:a83e::2:30 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='net.', qtype=NS diff --git a/regression-tests.rootzone/tests/direct-ns/expected_result.dnssec b/regression-tests.rootzone/tests/direct-ns/expected_result.dnssec index 34b452e749..0a1e68a10f 100644 --- a/regression-tests.rootzone/tests/direct-ns/expected_result.dnssec +++ b/regression-tests.rootzone/tests/direct-ns/expected_result.dnssec @@ -1,8 +1,8 @@ -1 net. IN DS 86400 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee -1 net. IN NS 172800 a.gtld-servers.net. -1 net. IN RRSIG 86400 DS 13 1 86400 [expiry] [inception] [keytag] . ... -2 . IN OPT 32768 -2 a.gtld-servers.net. IN A 172800 192.5.6.30 -2 a.gtld-servers.net. IN AAAA 172800 2001:503:a83e::2:30 +1 net. 172800 IN NS a.gtld-servers.net. +1 net. 86400 IN DS 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee +1 net. 86400 IN RRSIG DS 13 1 86400 [expiry] [inception] [keytag] . ... +2 . 32768 IN OPT +2 a.gtld-servers.net. 172800 IN A 192.5.6.30 +2 a.gtld-servers.net. 172800 IN AAAA 2001:503:a83e::2:30 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='net.', qtype=NS diff --git a/regression-tests.rootzone/tests/direct-root/expected_result b/regression-tests.rootzone/tests/direct-root/expected_result index 7f0ccacb4b..7dd425415e 100644 --- a/regression-tests.rootzone/tests/direct-root/expected_result +++ b/regression-tests.rootzone/tests/direct-root/expected_result @@ -1,5 +1,5 @@ -0 . IN NS 518400 a.root-servers.net. -2 a.root-servers.net. IN A 518400 198.41.0.4 -2 a.root-servers.net. IN AAAA 518400 2001:503:ba3e::2:30 +0 . 518400 IN NS a.root-servers.net. +2 a.root-servers.net. 518400 IN A 198.41.0.4 +2 a.root-servers.net. 518400 IN AAAA 2001:503:ba3e::2:30 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='.', qtype=NS diff --git a/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result b/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result index c6b505054f..f362c5a21f 100644 --- a/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result +++ b/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result @@ -1,5 +1,5 @@ -1 uk. IN NS 172800 nsa.nic.uk. -2 nsa.nic.uk. IN A 172800 156.154.100.3 -2 nsa.nic.uk. IN AAAA 172800 2001:502:ad09::3 +1 uk. 172800 IN NS nsa.nic.uk. +2 nsa.nic.uk. 172800 IN A 156.154.100.3 +2 nsa.nic.uk. 172800 IN AAAA 2001:502:ad09::3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='co.uk.', qtype=DS diff --git a/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result.dnssec b/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result.dnssec index f714a769c8..6fed85b3b1 100644 --- a/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result.dnssec +++ b/regression-tests.rootzone/tests/ds-at-ent-from-glue/expected_result.dnssec @@ -1,6 +1,6 @@ -1 uk. IN DS 86400 43876 8 2 a107ed2ac1bd14d924173bc7e827a1153582072394f9272ba37e2353bc659603 -1 uk. IN NS 172800 nsa.nic.uk. -2 nsa.nic.uk. IN A 172800 156.154.100.3 -2 nsa.nic.uk. IN AAAA 172800 2001:502:ad09::3 +1 uk. 172800 IN NS nsa.nic.uk. +1 uk. 86400 IN DS 43876 8 2 a107ed2ac1bd14d924173bc7e827a1153582072394f9272ba37e2353bc659603 +2 nsa.nic.uk. 172800 IN A 156.154.100.3 +2 nsa.nic.uk. 172800 IN AAAA 2001:502:ad09::3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='co.uk.', qtype=DS diff --git a/regression-tests.rootzone/tests/ds-at-ent/expected_result b/regression-tests.rootzone/tests/ds-at-ent/expected_result index c6b505054f..f362c5a21f 100644 --- a/regression-tests.rootzone/tests/ds-at-ent/expected_result +++ b/regression-tests.rootzone/tests/ds-at-ent/expected_result @@ -1,5 +1,5 @@ -1 uk. IN NS 172800 nsa.nic.uk. -2 nsa.nic.uk. IN A 172800 156.154.100.3 -2 nsa.nic.uk. IN AAAA 172800 2001:502:ad09::3 +1 uk. 172800 IN NS nsa.nic.uk. +2 nsa.nic.uk. 172800 IN A 156.154.100.3 +2 nsa.nic.uk. 172800 IN AAAA 2001:502:ad09::3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='co.uk.', qtype=DS diff --git a/regression-tests.rootzone/tests/ds-at-ent/expected_result.dnssec b/regression-tests.rootzone/tests/ds-at-ent/expected_result.dnssec index f714a769c8..6fed85b3b1 100644 --- a/regression-tests.rootzone/tests/ds-at-ent/expected_result.dnssec +++ b/regression-tests.rootzone/tests/ds-at-ent/expected_result.dnssec @@ -1,6 +1,6 @@ -1 uk. IN DS 86400 43876 8 2 a107ed2ac1bd14d924173bc7e827a1153582072394f9272ba37e2353bc659603 -1 uk. IN NS 172800 nsa.nic.uk. -2 nsa.nic.uk. IN A 172800 156.154.100.3 -2 nsa.nic.uk. IN AAAA 172800 2001:502:ad09::3 +1 uk. 172800 IN NS nsa.nic.uk. +1 uk. 86400 IN DS 43876 8 2 a107ed2ac1bd14d924173bc7e827a1153582072394f9272ba37e2353bc659603 +2 nsa.nic.uk. 172800 IN A 156.154.100.3 +2 nsa.nic.uk. 172800 IN AAAA 2001:502:ad09::3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='co.uk.', qtype=DS diff --git a/regression-tests.rootzone/tests/ds-at-glue/expected_result b/regression-tests.rootzone/tests/ds-at-glue/expected_result index 8bff825784..907c5c0986 100644 --- a/regression-tests.rootzone/tests/ds-at-glue/expected_result +++ b/regression-tests.rootzone/tests/ds-at-glue/expected_result @@ -1,5 +1,5 @@ -1 uk. IN NS 172800 nsa.nic.uk. -2 nsa.nic.uk. IN A 172800 156.154.100.3 -2 nsa.nic.uk. IN AAAA 172800 2001:502:ad09::3 +1 uk. 172800 IN NS nsa.nic.uk. +2 nsa.nic.uk. 172800 IN A 156.154.100.3 +2 nsa.nic.uk. 172800 IN AAAA 2001:502:ad09::3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='barney.advsys.co.uk.', qtype=DS diff --git a/regression-tests.rootzone/tests/ds-at-glue/expected_result.dnssec b/regression-tests.rootzone/tests/ds-at-glue/expected_result.dnssec index 07271b4037..febe97a6a3 100644 --- a/regression-tests.rootzone/tests/ds-at-glue/expected_result.dnssec +++ b/regression-tests.rootzone/tests/ds-at-glue/expected_result.dnssec @@ -1,6 +1,6 @@ -1 uk. IN DS 86400 43876 8 2 a107ed2ac1bd14d924173bc7e827a1153582072394f9272ba37e2353bc659603 -1 uk. IN NS 172800 nsa.nic.uk. -2 nsa.nic.uk. IN A 172800 156.154.100.3 -2 nsa.nic.uk. IN AAAA 172800 2001:502:ad09::3 +1 uk. 172800 IN NS nsa.nic.uk. +1 uk. 86400 IN DS 43876 8 2 a107ed2ac1bd14d924173bc7e827a1153582072394f9272ba37e2353bc659603 +2 nsa.nic.uk. 172800 IN A 156.154.100.3 +2 nsa.nic.uk. 172800 IN AAAA 2001:502:ad09::3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='barney.advsys.co.uk.', qtype=DS diff --git a/regression-tests.rootzone/tests/nx-2ld/expected_result b/regression-tests.rootzone/tests/nx-2ld/expected_result index 270b1028e9..63f7999854 100644 --- a/regression-tests.rootzone/tests/nx-2ld/expected_result +++ b/regression-tests.rootzone/tests/nx-2ld/expected_result @@ -1,3 +1,3 @@ -1 . IN SOA 86400 a.root-servers.net. nstld.verisign-grs.com. 2016021600 1800 900 604800 86400 +1 . 86400 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2016021600 1800 900 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='com.', qtype=NS diff --git a/regression-tests.rootzone/tests/ref-3ld/expected_result b/regression-tests.rootzone/tests/ref-3ld/expected_result index 87f4a76710..862272b24d 100644 --- a/regression-tests.rootzone/tests/ref-3ld/expected_result +++ b/regression-tests.rootzone/tests/ref-3ld/expected_result @@ -1,6 +1,6 @@ -1 net. IN NS 172800 a.gtld-servers.net. -2 . IN OPT 32768 -2 a.gtld-servers.net. IN A 172800 192.5.6.30 -2 a.gtld-servers.net. IN AAAA 172800 2001:503:a83e::2:30 +1 net. 172800 IN NS a.gtld-servers.net. +2 . 32768 IN OPT +2 a.gtld-servers.net. 172800 IN A 192.5.6.30 +2 a.gtld-servers.net. 172800 IN AAAA 2001:503:a83e::2:30 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='some-host.domain.net.', qtype=A diff --git a/regression-tests.rootzone/tests/ref-3ld/expected_result.dnssec b/regression-tests.rootzone/tests/ref-3ld/expected_result.dnssec index abd2224ceb..32c9d27029 100644 --- a/regression-tests.rootzone/tests/ref-3ld/expected_result.dnssec +++ b/regression-tests.rootzone/tests/ref-3ld/expected_result.dnssec @@ -1,8 +1,8 @@ -1 net. IN DS 86400 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee -1 net. IN NS 172800 a.gtld-servers.net. -1 net. IN RRSIG 86400 DS 13 1 86400 [expiry] [inception] [keytag] . ... -2 . IN OPT 32768 -2 a.gtld-servers.net. IN A 172800 192.5.6.30 -2 a.gtld-servers.net. IN AAAA 172800 2001:503:a83e::2:30 +1 net. 172800 IN NS a.gtld-servers.net. +1 net. 86400 IN DS 35886 8 2 7862b27f5f516ebe19680444d4ce5e762981931842c465f00236401d8bd973ee +1 net. 86400 IN RRSIG DS 13 1 86400 [expiry] [inception] [keytag] . ... +2 . 32768 IN OPT +2 a.gtld-servers.net. 172800 IN A 192.5.6.30 +2 a.gtld-servers.net. 172800 IN AAAA 2001:503:a83e::2:30 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='some-host.domain.net.', qtype=A diff --git a/regression-tests/backends/geoip-master b/regression-tests/backends/geoip-master index 876edaeb38..a88db8f2d1 100644 --- a/regression-tests/backends/geoip-master +++ b/regression-tests/backends/geoip-master @@ -78,20 +78,20 @@ custom_mapping: $geoipregion: earth EOF cat > $testsdir/region-a-resolution/expected_result < $testsdir/region-cname-resolution/expected_result < $testsdir/text-interpolation/expected_result < ns1.c.host.test.dyndns A 0 192.168.0.1 3600 --- End: diff start step.1 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -112,48 +112,48 @@ Check if delegate is deleted and glue auth=1 > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 --- End: diff start step.2 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -167,47 +167,47 @@ Check if we are back to normal no difference --- End: diff start step.3 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.dnssec b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.dnssec index 9ff75d9822..a056be27cf 100644 --- a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.dnssec +++ b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.dnssec @@ -1,92 +1,92 @@ -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -101,91 +101,91 @@ Check if delegate and glue are added correctly. > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 NULL 0 --- End: diff start step.1 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN NSEC 3600 c.host.test.dyndns. A RRSIG NSEC -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN NSEC c.host.test.dyndns. A RRSIG NSEC +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 c.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. NS RRSIG NSEC -1 c.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 c.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. NS RRSIG NSEC +1 c.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. NS RRSIG NSEC -1 c.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 c.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. NS RRSIG NSEC +1 c.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 c.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. NS RRSIG NSEC -1 c.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 c.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. NS RRSIG NSEC +1 c.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. NS RRSIG NSEC -1 c.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 c.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. NS RRSIG NSEC +1 c.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -200,91 +200,91 @@ Check if delegate is deleted and glue auth=1 > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 'host c ns1' 1 --- End: diff start step.2 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN NSEC 3600 ns1.c.host.test.dyndns. A RRSIG NSEC -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN NSEC ns1.c.host.test.dyndns. A RRSIG NSEC +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 ns1.c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC ns1.c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 ns1.c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC ns1.c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 ns1.c.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 ns1.c.host.test.dyndns. IN RRSIG 3600 NSEC 13 5 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 ns1.c.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 ns1.c.host.test.dyndns. 3600 IN RRSIG NSEC 13 5 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 ns1.c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC ns1.c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 ns1.c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC ns1.c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 ns1.c.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC ns1.c.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 ns1.c.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 ns1.c.host.test.dyndns. IN RRSIG 3600 NSEC 13 5 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 ns1.c.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 ns1.c.host.test.dyndns. 3600 IN RRSIG NSEC 13 5 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -298,94 +298,94 @@ Check if we are back to normal no difference --- End: diff start step.3 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.narrow b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.narrow index 8d68f6461c..5a0a642037 100644 --- a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.narrow +++ b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.narrow @@ -1,110 +1,110 @@ -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -119,105 +119,105 @@ Check if delegate and glue are added correctly. > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 NULL 0 --- End: diff start step.1 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ NS -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ NS +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ NS -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ NS +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -232,109 +232,109 @@ Check if delegate is deleted and glue auth=1 > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 NULL 1 --- End: diff start step.2 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 pjn3mi4alcs21beld7nveruudmhh8t4l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd PJN3MI4ALCS21BELD7NVERUUDMHH8T4N -1 pjn3mi4alcs21beld7nveruudmhh8t4l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 rnplq1876o9vq8qr599rlr4ism2beht4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd RNPLQ1876O9VQ8QR599RLR4ISM2BEHT6 -1 rnplq1876o9vq8qr599rlr4ism2beht4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 pjn3mi4alcs21beld7nveruudmhh8t4l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd PJN3MI4ALCS21BELD7NVERUUDMHH8T4N +1 pjn3mi4alcs21beld7nveruudmhh8t4l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 rnplq1876o9vq8qr599rlr4ism2beht4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd RNPLQ1876O9VQ8QR599RLR4ISM2BEHT6 +1 rnplq1876o9vq8qr599rlr4ism2beht4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -348,112 +348,112 @@ Check if we are back to normal no difference --- End: diff start step.3 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 -1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8V0C5RPU3BNVS3KLJ997NS1CMB4ID023 +1 8v0c5rpu3bnvs3klj997ns1cmb4id021.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF -1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE -1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8TI9TGH8D81FRR5VR4O1O5BVKO42V9DR A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd BQ8UL1D9PIR8BM0BQ7T9OV5CKK8GHKHF +1 bq8ul1d9pir8bm0bq7t9ov5ckk8ghkhd.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd UEL5OHQCMEFOO28JDMRCMQ1UGMLO0POE +1 uel5ohqcmefoo28jdmrcmq1ugmlo0poc.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3 b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3 index f660f13025..fd45ed9181 100644 --- a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3 +++ b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3 @@ -1,102 +1,102 @@ -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -111,97 +111,97 @@ Check if delegate and glue are added correctly. > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 NULL 0 --- End: diff start step.1 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P NS -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P NS +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MI A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MI A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P NS -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P NS +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -216,101 +216,101 @@ Check if delegate is deleted and glue auth=1 > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 '6ovod1m5kossaiiqprlaf42prqrkeaq7' 1 --- End: diff start step.2 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MI A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MI A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 ncja3un028k84h59aoloj6bh06s80071.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd Q75PNOE7PB74PND6OGN44T5BTUURBHRF NS -1 ncja3un028k84h59aoloj6bh06s80071.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd S30OPRHQREKH5SUH6L530KD668ELK9OS -1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 ncja3un028k84h59aoloj6bh06s80071.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd Q75PNOE7PB74PND6OGN44T5BTUURBHRF NS +1 ncja3un028k84h59aoloj6bh06s80071.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd S30OPRHQREKH5SUH6L530KD668ELK9OS +1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -324,104 +324,104 @@ Check if we are back to normal no difference --- End: diff start step.3 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3-optout b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3-optout index c71ff6458f..bd91850cfa 100644 --- a/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3-optout +++ b/regression-tests/tests/1dyndns-update-delegate-in-between/expected_result.nsec3-optout @@ -1,102 +1,102 @@ -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -111,101 +111,101 @@ Check if delegate and glue are added correctly. > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 NULL 0 --- End: diff start step.1 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 c.host.test.dyndns. IN NS 3600 ns1.c.host.test.dyndns. -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 -2 ns1.c.host.test.dyndns. IN A 3600 192.168.0.1 +1 c.host.test.dyndns. 3600 IN NS ns1.c.host.test.dyndns. +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT +2 ns1.c.host.test.dyndns. 3600 IN A 192.168.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -220,101 +220,101 @@ Check if delegate is deleted and glue auth=1 > ns1.c.host.test.dyndns A 0 192.168.0.1 3600 '6ovod1m5kossaiiqprlaf42prqrkeaq7' 1 --- End: diff start step.2 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MI A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MI A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P -1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lresbbp3lv8blgj9fsgtdmm4q7vj3d6j.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd Q75PNOE7PB74PND6OGN44T5BTUURBHRF A RRSIG -1 lresbbp3lv8blgj9fsgtdmm4q7vj3d6j.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd S30OPRHQREKH5SUH6L530KD668ELK9OS -1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P +1 fgun0ru4oe3g76tr551hg97mpu37b6mi.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lresbbp3lv8blgj9fsgtdmm4q7vj3d6j.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd Q75PNOE7PB74PND6OGN44T5BTUURBHRF A RRSIG +1 lresbbp3lv8blgj9fsgtdmm4q7vj3d6j.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd S30OPRHQREKH5SUH6L530KD668ELK9OS +1 r9s1cj8dkmnmenjn95sti8nhh9utpq9k.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6OVOD1M5KOSSAIIQPRLAF42PRQRKEAQ7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY Answer: @@ -328,104 +328,104 @@ Check if we are back to normal no difference --- End: diff start step.3 --- -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.b.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.d.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 2GP5RDNJOQ5OOSPC5O1IH9LALI101DI8 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 u36f0tjooqv1kspatto6qns0vap731v2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.e.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-delete-add-host/expected_result b/regression-tests/tests/1dyndns-update-delete-add-host/expected_result index 56a3093e13..8aec65d66e 100644 --- a/regression-tests/tests/1dyndns-update-delete-add-host/expected_result +++ b/regression-tests/tests/1dyndns-update-delete-add-host/expected_result @@ -1,5 +1,5 @@ -0 delete-add.test.dyndns. IN A 3600 127.0.0.108 -0 delete-add.test.dyndns. IN TXT 3600 "Should be gone after a while" +0 delete-add.test.dyndns. 3600 IN A 127.0.0.108 +0 delete-add.test.dyndns. 3600 IN TXT "Should be gone after a while" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delete-add.test.dyndns.', qtype=ANY Answer: @@ -8,7 +8,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 delete-add.test.dyndns. IN TXT 3600 "Should be gone after a while" +0 delete-add.test.dyndns. 3600 IN TXT "Should be gone after a while" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delete-add.test.dyndns.', qtype=ANY Answer: @@ -17,7 +17,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 delete-add.test.dyndns. IN A 3600 127.0.0.108 -0 delete-add.test.dyndns. IN TXT 3600 "Should be gone after a while" +0 delete-add.test.dyndns. 3600 IN A 127.0.0.108 +0 delete-add.test.dyndns. 3600 IN TXT "Should be gone after a while" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delete-add.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-delete-multi-add-host/expected_result b/regression-tests/tests/1dyndns-update-delete-multi-add-host/expected_result index 49fca9bdf0..6793e86277 100644 --- a/regression-tests/tests/1dyndns-update-delete-multi-add-host/expected_result +++ b/regression-tests/tests/1dyndns-update-delete-multi-add-host/expected_result @@ -1,5 +1,5 @@ -0 delete-add.test.dyndns. IN A 3600 127.0.0.108 -0 delete-add.test.dyndns. IN TXT 3600 "Should be gone after a while" +0 delete-add.test.dyndns. 3600 IN A 127.0.0.108 +0 delete-add.test.dyndns. 3600 IN TXT "Should be gone after a while" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delete-add.test.dyndns.', qtype=ANY Answer: @@ -8,7 +8,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delete-add.test.dyndns.', qtype=ANY Answer: @@ -17,7 +17,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 delete-add.test.dyndns. IN A 3600 127.0.0.108 -0 delete-add.test.dyndns. IN TXT 3600 "Should be gone after a while" +0 delete-add.test.dyndns. 3600 IN A 127.0.0.108 +0 delete-add.test.dyndns. 3600 IN TXT "Should be gone after a while" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delete-add.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-delete-mx-prio/expected_result b/regression-tests/tests/1dyndns-update-delete-mx-prio/expected_result index d31c55603b..e0af37dcb5 100644 --- a/regression-tests/tests/1dyndns-update-delete-mx-prio/expected_result +++ b/regression-tests/tests/1dyndns-update-delete-mx-prio/expected_result @@ -1,7 +1,7 @@ -0 test.dyndns. IN MX 3000 10 host-1.test.dyndns. -0 test.dyndns. IN MX 3000 20 host-2.test.dyndns. -2 host-1.test.dyndns. IN A 3600 127.0.0.101 -2 host-2.test.dyndns. IN A 3600 127.0.0.102 +0 test.dyndns. 3000 IN MX 10 host-1.test.dyndns. +0 test.dyndns. 3000 IN MX 20 host-2.test.dyndns. +2 host-1.test.dyndns. 3600 IN A 127.0.0.101 +2 host-2.test.dyndns. 3600 IN A 127.0.0.102 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=MX Answer: @@ -10,11 +10,11 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN MX 3600 10 host-1.test.dyndns. -0 test.dyndns. IN MX 3600 100 mx1.google.com. -0 test.dyndns. IN MX 3600 20 host-2.test.dyndns. -2 host-1.test.dyndns. IN A 3600 127.0.0.101 -2 host-2.test.dyndns. IN A 3600 127.0.0.102 +0 test.dyndns. 3600 IN MX 10 host-1.test.dyndns. +0 test.dyndns. 3600 IN MX 100 mx1.google.com. +0 test.dyndns. 3600 IN MX 20 host-2.test.dyndns. +2 host-1.test.dyndns. 3600 IN A 127.0.0.101 +2 host-2.test.dyndns. 3600 IN A 127.0.0.102 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=MX Answer: @@ -23,11 +23,11 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN MX 3600 10 host-1.test.dyndns. -0 test.dyndns. IN MX 3600 100 mx1.google.com. -0 test.dyndns. IN MX 3600 20 host-2.test.dyndns. -2 host-1.test.dyndns. IN A 3600 127.0.0.101 -2 host-2.test.dyndns. IN A 3600 127.0.0.102 +0 test.dyndns. 3600 IN MX 10 host-1.test.dyndns. +0 test.dyndns. 3600 IN MX 100 mx1.google.com. +0 test.dyndns. 3600 IN MX 20 host-2.test.dyndns. +2 host-1.test.dyndns. 3600 IN A 127.0.0.101 +2 host-2.test.dyndns. 3600 IN A 127.0.0.102 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=MX Answer: @@ -36,9 +36,9 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN MX 3600 10 host-1.test.dyndns. -0 test.dyndns. IN MX 3600 20 host-2.test.dyndns. -2 host-1.test.dyndns. IN A 3600 127.0.0.101 -2 host-2.test.dyndns. IN A 3600 127.0.0.102 +0 test.dyndns. 3600 IN MX 10 host-1.test.dyndns. +0 test.dyndns. 3600 IN MX 20 host-2.test.dyndns. +2 host-1.test.dyndns. 3600 IN A 127.0.0.101 +2 host-2.test.dyndns. 3600 IN A 127.0.0.102 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=MX diff --git a/regression-tests/tests/1dyndns-update-delete-ns/expected_result b/regression-tests/tests/1dyndns-update-delete-ns/expected_result index 6dc5c5df11..150d71aa69 100644 --- a/regression-tests/tests/1dyndns-update-delete-ns/expected_result +++ b/regression-tests/tests/1dyndns-update-delete-ns/expected_result @@ -1,7 +1,7 @@ -0 test.dyndns. IN NS 3600 ns1.test.dyndns. -0 test.dyndns. IN NS 3600 ns2.test.dyndns. -2 ns1.test.dyndns. IN A 3600 127.0.0.1 -2 ns2.test.dyndns. IN A 3600 127.0.0.2 +0 test.dyndns. 3600 IN NS ns1.test.dyndns. +0 test.dyndns. 3600 IN NS ns2.test.dyndns. +2 ns1.test.dyndns. 3600 IN A 127.0.0.1 +2 ns2.test.dyndns. 3600 IN A 127.0.0.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NS Answer: @@ -10,10 +10,10 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NS 3600 ns1.test.dyndns. -0 test.dyndns. IN NS 3600 ns2.test.dyndns. -2 ns1.test.dyndns. IN A 3600 127.0.0.1 -2 ns2.test.dyndns. IN A 3600 127.0.0.2 +0 test.dyndns. 3600 IN NS ns1.test.dyndns. +0 test.dyndns. 3600 IN NS ns2.test.dyndns. +2 ns1.test.dyndns. 3600 IN A 127.0.0.1 +2 ns2.test.dyndns. 3600 IN A 127.0.0.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NS Answer: @@ -22,10 +22,10 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NS 3600 ns1.test.dyndns. -0 test.dyndns. IN NS 3600 ns2.test.dyndns. -2 ns1.test.dyndns. IN A 3600 127.0.0.1 -2 ns2.test.dyndns. IN A 3600 127.0.0.2 +0 test.dyndns. 3600 IN NS ns1.test.dyndns. +0 test.dyndns. 3600 IN NS ns2.test.dyndns. +2 ns1.test.dyndns. 3600 IN A 127.0.0.1 +2 ns2.test.dyndns. 3600 IN A 127.0.0.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NS Answer: @@ -34,8 +34,8 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NS 3600 ns2.test.dyndns. -2 ns2.test.dyndns. IN A 3600 127.0.0.2 +0 test.dyndns. 3600 IN NS ns2.test.dyndns. +2 ns2.test.dyndns. 3600 IN A 127.0.0.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NS Answer: @@ -44,9 +44,9 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NS 3600 ns1.test.dyndns. -0 test.dyndns. IN NS 3600 ns2.test.dyndns. -2 ns1.test.dyndns. IN A 3600 127.0.0.1 -2 ns2.test.dyndns. IN A 3600 127.0.0.2 +0 test.dyndns. 3600 IN NS ns1.test.dyndns. +0 test.dyndns. 3600 IN NS ns2.test.dyndns. +2 ns1.test.dyndns. 3600 IN A 127.0.0.1 +2 ns2.test.dyndns. 3600 IN A 127.0.0.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NS diff --git a/regression-tests/tests/1dyndns-update-delete-soa/expected_result b/regression-tests/tests/1dyndns-update-delete-soa/expected_result index 7650ccb5f9..6ac536d770 100644 --- a/regression-tests/tests/1dyndns-update-delete-soa/expected_result +++ b/regression-tests/tests/1dyndns-update-delete-soa/expected_result @@ -1,4 +1,4 @@ -0 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +0 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=SOA Answer: @@ -7,6 +7,6 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +0 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=SOA diff --git a/regression-tests/tests/1dyndns-update-in-between/expected_result b/regression-tests/tests/1dyndns-update-in-between/expected_result index 60994ece8c..4b6e44b9dc 100644 --- a/regression-tests/tests/1dyndns-update-in-between/expected_result +++ b/regression-tests/tests/1dyndns-update-in-between/expected_result @@ -1,33 +1,33 @@ -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -36,36 +36,36 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -0 d.host.test.dyndns. IN A 3600 127.0.0.1 -2 . IN OPT 32768 +0 d.host.test.dyndns. 3600 IN A 127.0.0.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -74,35 +74,35 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-in-between/expected_result.dnssec b/regression-tests/tests/1dyndns-update-in-between/expected_result.dnssec index 4f17ee70a9..8355330d42 100644 --- a/regression-tests/tests/1dyndns-update-in-between/expected_result.dnssec +++ b/regression-tests/tests/1dyndns-update-in-between/expected_result.dnssec @@ -1,65 +1,65 @@ -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -68,66 +68,66 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN NSEC 3600 d.host.test.dyndns. A RRSIG NSEC -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN NSEC d.host.test.dyndns. A RRSIG NSEC +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 d.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC d.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 d.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC d.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 d.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC d.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -0 d.host.test.dyndns. IN A 3600 127.0.0.1 -0 d.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -0 d.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 d.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 d.host.test.dyndns. 3600 IN A 127.0.0.1 +0 d.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +0 d.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 d.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -136,67 +136,67 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -0 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +0 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 e.host.test.dyndns. IN NSEC 3600 host-1.test.dyndns. A RRSIG NSEC -1 e.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 e.host.test.dyndns. 3600 IN NSEC host-1.test.dyndns. A RRSIG NSEC +1 e.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-in-between/expected_result.narrow b/regression-tests/tests/1dyndns-update-in-between/expected_result.narrow index d7f6752b31..33cd7231f7 100644 --- a/regression-tests/tests/1dyndns-update-in-between/expected_result.narrow +++ b/regression-tests/tests/1dyndns-update-in-between/expected_result.narrow @@ -1,73 +1,73 @@ -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -76,70 +76,70 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -0 d.host.test.dyndns. IN A 3600 127.0.0.1 -0 d.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 d.host.test.dyndns. 3600 IN A 127.0.0.1 +0 d.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -148,75 +148,75 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL -1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ -1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 9ESKCI2JT1GR4EB97DR5MG4A1NNJN5HL +1 9eskci2jt1gr4eb97dr5mg4a1nnjn5hj.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR7 A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd ECLK033HJV6D7GBOLF2UAMVD7A9HJULJ +1 eclk033hjv6d7gbolf2uamvd7a9hjulh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ -1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FGUN0RU4OE3G76TR551HG97MPU37B6MJ +1 fgun0ru4oe3g76tr551hg97mpu37b6mh.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N -1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 4LU40MIOAPF67TRU8ES6U204HIFN8P3N +1 4lu40mioapf67tru8es6u204hifn8p3l.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D -1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT -1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 6F4A5UATP57LKHGBUSC1KCFC51T5DI0D +1 6f4a5uatp57lkhgbusc1kcfc51t5di0b.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LMRSADK2BB62QPRUAULES5I5AP06CP56 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TL50O2E6J8AJ79R56OLQQ5H6R0H7HVLT +1 tl50o2e6j8aj79r56olqq5h6r0h7hvlr.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-in-between/expected_result.nsec3 b/regression-tests/tests/1dyndns-update-in-between/expected_result.nsec3 index 6aa9b93946..f5aa214d6e 100644 --- a/regression-tests/tests/1dyndns-update-in-between/expected_result.nsec3 +++ b/regression-tests/tests/1dyndns-update-in-between/expected_result.nsec3 @@ -1,69 +1,69 @@ -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -72,68 +72,68 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 A RRSIG -1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 A RRSIG +1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 A RRSIG -1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 A RRSIG +1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -0 d.host.test.dyndns. IN A 3600 127.0.0.1 -0 d.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 d.host.test.dyndns. 3600 IN A 127.0.0.1 +0 d.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 A RRSIG -1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 A RRSIG +1 4lu40mioapf67tru8es6u204hifn8p3m.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY Answer: @@ -142,71 +142,71 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host.test.dyndns.', qtype=ANY -0 a.host.test.dyndns. IN A 3600 1.1.1.1 -0 a.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 a.host.test.dyndns. 3600 IN A 1.1.1.1 +0 a.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.host.test.dyndns.', qtype=ANY -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.a.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='a.c.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.host.test.dyndns.', qtype=ANY -0 e.host.test.dyndns. IN A 3600 1.1.1.1 -0 e.host.test.dyndns. IN RRSIG 3600 A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 e.host.test.dyndns. 3600 IN A 1.1.1.1 +0 e.host.test.dyndns. 3600 IN RRSIG A 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='e.host.test.dyndns.', qtype=ANY -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG -1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd TNTCBDFSIHHD24NT96BQ9973VD019U43 A RRSIG +1 tdhv9cbk13jg8drivldhsl3mji8qqqe2.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='f.host.test.dyndns.', qtype=ANY diff --git a/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result b/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result index a6936c26a1..ee089b4870 100644 --- a/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result +++ b/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result @@ -1,11 +1,11 @@ -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY 1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 2 . IN OPT 32768 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY 1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -14,18 +14,18 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 10 dcbe -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 10 dcbe +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe N6N81NDT5KU73E19K457TOUB8E6D2LPM A RRSIG -1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe N6N81NDT5KU73E19K457TOUB8E6D2LPM A RRSIG +1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -34,19 +34,19 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY -1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY +1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A diff --git a/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3 b/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3 index 59a80bdea9..5aa0c2548d 100644 --- a/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3 +++ b/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3 @@ -1,13 +1,13 @@ -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd 0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . IN OPT 32768 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd 0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -16,18 +16,18 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 10 dcbe -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 10 dcbe +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe N6N81NDT5KU73E19K457TOUB8E6D2LPM A RRSIG -1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe N6N81NDT5KU73E19K457TOUB8E6D2LPM A RRSIG +1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -36,20 +36,20 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY -1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY +1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -58,19 +58,19 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A diff --git a/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3-optout b/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3-optout index 7b0f6dac4f..b45b302d8e 100644 --- a/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3-optout +++ b/regression-tests/tests/1dyndns-update-nsec3params-with-others/expected_result.nsec3-optout @@ -1,13 +1,13 @@ -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd 0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . IN OPT 32768 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd 0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -16,18 +16,18 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 10 dcbe -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 10 dcbe +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe PE3H59F3RU6VID4OK0T4TSU6D0NDRVHS A RRSIG -1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe PE3H59F3RU6VID4OK0T4TSU6D0NDRVHS A RRSIG +1 lavvds84bcal6n6qnavn3q1u4jcpjev9.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -36,20 +36,20 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY -1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY +1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A Answer: @@ -58,19 +58,19 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG -1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd FQU365VN7BR5CSV8CG6NE9V8HA6D008P A RRSIG +1 dsa3ti9nu3apdsvl3f63qlvakv555sr6.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.host.test.dyndns.', qtype=A diff --git a/regression-tests/tests/1dyndns-update-nsec3params/expected_result b/regression-tests/tests/1dyndns-update-nsec3params/expected_result index 15516a4f6f..0d56a0d518 100644 --- a/regression-tests/tests/1dyndns-update-nsec3params/expected_result +++ b/regression-tests/tests/1dyndns-update-nsec3params/expected_result @@ -1,11 +1,11 @@ -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY 1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 2 . IN OPT 32768 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY 1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... 1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Answer: @@ -14,18 +14,18 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 10 dcbe -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 10 dcbe +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe 4KLD1OCH52V50U3NG1HM8R7960VRSVOM A RRSIG -1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe 4KLD1OCH52V50U3NG1HM8R7960VRSVOM A RRSIG +1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM record exists and A-record added @@ -90,20 +90,20 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY -1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY +1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM is deleted diff --git a/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3 b/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3 index 0d94a18e79..a98d5e063b 100644 --- a/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3 +++ b/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3 @@ -1,13 +1,13 @@ -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd 0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . IN OPT 32768 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd 0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Answer: @@ -16,18 +16,18 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 10 dcbe -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 10 dcbe +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe 4KLD1OCH52V50U3NG1HM8R7960VRSVOM A RRSIG -1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe 4KLD1OCH52V50U3NG1HM8R7960VRSVOM A RRSIG +1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM record exists and A-record added @@ -92,20 +92,20 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY -1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY +1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM is deleted @@ -170,20 +170,20 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM is added again diff --git a/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3-optout b/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3-optout index 73b0159644..2dd0f2965f 100644 --- a/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3-optout +++ b/regression-tests/tests/1dyndns-update-nsec3params/expected_result.nsec3-optout @@ -1,13 +1,13 @@ -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd 0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . IN OPT 32768 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd 0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Answer: @@ -16,18 +16,18 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 10 dcbe -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 10 dcbe +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM -1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. IN NSEC3 3600 1 [flags] 10 dcbe 4KLD1OCH52V50U3NG1HM8R7960VRSVOM A RRSIG -1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe EE295AK1NDT9O0RLL1A4RPPB4NAOV4QM +1 ac2jl1kik929tr9i5rfcmbucm547n51a.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. 3600 IN NSEC3 1 [flags] 10 dcbe 4KLD1OCH52V50U3NG1HM8R7960VRSVOM A RRSIG +1 uba3qp1vffon9pq2r07e7ldrnh5mg90v.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM record exists and A-record added @@ -88,20 +88,20 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -1 test.dyndns. IN NSEC 3600 cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY -1 test.dyndns. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.dyndns. 3600 IN NSEC cname1.test.dyndns. NS SOA MX RRSIG NSEC DNSKEY +1 test.dyndns. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 a.host.test.dyndns. IN NSEC 3600 e.host.test.dyndns. A RRSIG NSEC -1 a.host.test.dyndns. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 delete-add.test.dyndns. IN NSEC 3600 a.host.test.dyndns. A TXT RRSIG NSEC -1 delete-add.test.dyndns. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a.host.test.dyndns. 3600 IN NSEC e.host.test.dyndns. A RRSIG NSEC +1 a.host.test.dyndns. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 delete-add.test.dyndns. 3600 IN NSEC a.host.test.dyndns. A TXT RRSIG NSEC +1 delete-add.test.dyndns. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM is deleted @@ -166,20 +166,20 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN NSEC3PARAM 86400 1 0 1 abcd -0 test.dyndns. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... -2 . IN OPT 32768 +0 test.dyndns. 86400 IN NSEC3PARAM 1 0 1 abcd +0 test.dyndns. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] test.dyndns. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=NSEC3PARAM -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG -1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG -1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN NSEC3 3600 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J -1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 -2 . IN OPT 32768 +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd 8PQJV4B3M0LCFMVAE0HP394LC154L1I7 CNAME RRSIG +1 4i84rosksbmegcqfnkf6n6ci093h7rq4.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd DSA3TI9NU3APDSVL3F63QLVAKV555SR6 A RRSIG +1 8ti9tgh8d81frr5vr4o1o5bvko42v9dq.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN NSEC3 1 [flags] 1 abcd LRESBBP3LV8BLGJ9FSGTDMM4Q7VJ3D6J +1 lmrsadk2bb62qpruaules5i5ap06cp55.test.dyndns. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.dyndns. ... +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.host.test.dyndns.', qtype=A Check if NSEC3PARAM is added again diff --git a/regression-tests/tests/1dyndns-update-replace-a-host/expected_result b/regression-tests/tests/1dyndns-update-replace-a-host/expected_result index 5c7481b430..9045ae3162 100644 --- a/regression-tests/tests/1dyndns-update-replace-a-host/expected_result +++ b/regression-tests/tests/1dyndns-update-replace-a-host/expected_result @@ -1,4 +1,4 @@ -0 replace.test.dyndns. IN A 3600 127.0.0.1 +0 replace.test.dyndns. 3600 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='replace.test.dyndns.', qtype=A Answer: @@ -7,7 +7,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 replace.test.dyndns. IN A 3600 127.0.0.2 +0 replace.test.dyndns. 3600 IN A 127.0.0.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='replace.test.dyndns.', qtype=A Answer: @@ -16,6 +16,6 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 replace.test.dyndns. IN A 3600 127.0.0.1 +0 replace.test.dyndns. 3600 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='replace.test.dyndns.', qtype=A diff --git a/regression-tests/tests/1dyndns-update-replace-cname/expected_result b/regression-tests/tests/1dyndns-update-replace-cname/expected_result index 790cceac55..3fe39a56b3 100644 --- a/regression-tests/tests/1dyndns-update-replace-cname/expected_result +++ b/regression-tests/tests/1dyndns-update-replace-cname/expected_result @@ -1,4 +1,4 @@ -0 cname1.test.dyndns. IN CNAME 3600 host-1.test.dyndns. +0 cname1.test.dyndns. 3600 IN CNAME host-1.test.dyndns. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cname1.test.dyndns.', qtype=CNAME Answer: @@ -7,7 +7,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 cname1.test.dyndns. IN CNAME 3600 host-2.test.dyndns. +0 cname1.test.dyndns. 3600 IN CNAME host-2.test.dyndns. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cname1.test.dyndns.', qtype=CNAME Answer: @@ -16,6 +16,6 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 cname1.test.dyndns. IN CNAME 3600 host-1.test.dyndns. +0 cname1.test.dyndns. 3600 IN CNAME host-1.test.dyndns. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cname1.test.dyndns.', qtype=CNAME diff --git a/regression-tests/tests/1dyndns-update-replace-mx/expected_result b/regression-tests/tests/1dyndns-update-replace-mx/expected_result index e14d411ef6..d2c3212b04 100644 --- a/regression-tests/tests/1dyndns-update-replace-mx/expected_result +++ b/regression-tests/tests/1dyndns-update-replace-mx/expected_result @@ -1,7 +1,7 @@ -0 test.dyndns. IN MX 3600 10 host-1.test.dyndns. -0 test.dyndns. IN MX 3600 20 host-2.test.dyndns. -2 host-1.test.dyndns. IN A 3600 127.0.0.101 -2 host-2.test.dyndns. IN A 3600 127.0.0.102 +0 test.dyndns. 3600 IN MX 10 host-1.test.dyndns. +0 test.dyndns. 3600 IN MX 20 host-2.test.dyndns. +2 host-1.test.dyndns. 3600 IN A 127.0.0.101 +2 host-2.test.dyndns. 3600 IN A 127.0.0.102 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=MX Answer: @@ -10,10 +10,10 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN MX 3000 10 host-1.test.dyndns. -0 test.dyndns. IN MX 3000 20 host-2.test.dyndns. -2 host-1.test.dyndns. IN A 3600 127.0.0.101 -2 host-2.test.dyndns. IN A 3600 127.0.0.102 +0 test.dyndns. 3000 IN MX 10 host-1.test.dyndns. +0 test.dyndns. 3000 IN MX 20 host-2.test.dyndns. +2 host-1.test.dyndns. 3600 IN A 127.0.0.101 +2 host-2.test.dyndns. 3600 IN A 127.0.0.102 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=MX Answer: @@ -22,9 +22,9 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN MX 3600 10 host-1.test.dyndns. -0 test.dyndns. IN MX 3600 20 host-2.test.dyndns. -2 host-1.test.dyndns. IN A 3600 127.0.0.101 -2 host-2.test.dyndns. IN A 3600 127.0.0.102 +0 test.dyndns. 3600 IN MX 10 host-1.test.dyndns. +0 test.dyndns. 3600 IN MX 20 host-2.test.dyndns. +2 host-1.test.dyndns. 3600 IN A 127.0.0.101 +2 host-2.test.dyndns. 3600 IN A 127.0.0.102 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=MX diff --git a/regression-tests/tests/1dyndns-update-srv/expected_result b/regression-tests/tests/1dyndns-update-srv/expected_result index f2032dd7fb..3c729d697d 100644 --- a/regression-tests/tests/1dyndns-update-srv/expected_result +++ b/regression-tests/tests/1dyndns-update-srv/expected_result @@ -1,4 +1,4 @@ -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='srv.test.dyndns.', qtype=SRV Answer: @@ -7,7 +7,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 srv.test.dyndns. IN SRV 3600 0 100 389 server1. +0 srv.test.dyndns. 3600 IN SRV 0 100 389 server1. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='srv.test.dyndns.', qtype=SRV Answer: @@ -16,10 +16,10 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 srv.test.dyndns. IN SRV 3601 0 100 389 server1. -0 srv.test.dyndns. IN SRV 3601 1 100 389 server2. +0 srv.test.dyndns. 3601 IN SRV 0 100 389 server1. +0 srv.test.dyndns. 3601 IN SRV 1 100 389 server2. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='srv.test.dyndns.', qtype=SRV -1 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +1 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='srv.test.dyndns.', qtype=SRV diff --git a/regression-tests/tests/1dyndns-update-update-ttl/expected_result b/regression-tests/tests/1dyndns-update-update-ttl/expected_result index 076b75e053..54857efc25 100644 --- a/regression-tests/tests/1dyndns-update-update-ttl/expected_result +++ b/regression-tests/tests/1dyndns-update-update-ttl/expected_result @@ -1,4 +1,4 @@ -0 ttl.test.dyndns. IN A 3600 127.0.0.1 +0 ttl.test.dyndns. 3600 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ttl.test.dyndns.', qtype=A Answer: @@ -7,7 +7,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 ttl.test.dyndns. IN A 31337 127.0.0.1 +0 ttl.test.dyndns. 31337 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ttl.test.dyndns.', qtype=A Answer: @@ -16,6 +16,6 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 ttl.test.dyndns. IN A 3600 127.0.0.1 +0 ttl.test.dyndns. 3600 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ttl.test.dyndns.', qtype=A diff --git a/regression-tests/tests/2dyndns-update-replace-soa/expected_result b/regression-tests/tests/2dyndns-update-replace-soa/expected_result index 26c13b2975..8bfcde8d77 100644 --- a/regression-tests/tests/2dyndns-update-replace-soa/expected_result +++ b/regression-tests/tests/2dyndns-update-replace-soa/expected_result @@ -1,4 +1,4 @@ -0 test.dyndns. IN SOA 3600 ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 +0 test.dyndns. 3600 IN SOA ns1.test.dyndns. ahu.example.dyndns. [serial] 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=SOA Answer: @@ -7,7 +7,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN SOA 3600 ns2.test.dyndns. ahu.example.dyndns. 2050101000 28800 7200 604800 86400 +0 test.dyndns. 3600 IN SOA ns2.test.dyndns. ahu.example.dyndns. 2050101000 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=SOA Answer: @@ -16,7 +16,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN SOA 3600 ns2.test.dyndns. ahu.example.dyndns. 2050101000 28800 7200 604800 86400 +0 test.dyndns. 3600 IN SOA ns2.test.dyndns. ahu.example.dyndns. 2050101000 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=SOA Answer: @@ -25,7 +25,7 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN SOA 3600 ns2.test.dyndns. ahu.example.dyndns. 2050101000 28800 7200 604800 86400 +0 test.dyndns. 3600 IN SOA ns2.test.dyndns. ahu.example.dyndns. 2050101000 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=SOA Answer: @@ -34,6 +34,6 @@ Answer: ;; ZONE SECTION: ;test.dyndns. IN SOA -0 test.dyndns. IN SOA 3600 ns2.test.dyndns. ahu.example.dyndns. 2050101001 28800 7200 604800 86400 +0 test.dyndns. 3600 IN SOA ns2.test.dyndns. ahu.example.dyndns. 2050101001 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.dyndns.', qtype=SOA diff --git a/regression-tests/tests/8bit-txt-unescaped/expected_result b/regression-tests/tests/8bit-txt-unescaped/expected_result index 4a1e67fe76..ee2a9e0216 100644 --- a/regression-tests/tests/8bit-txt-unescaped/expected_result +++ b/regression-tests/tests/8bit-txt-unescaped/expected_result @@ -1,3 +1,3 @@ -0 hightxt.test.com. IN TXT 3600 "v=spf1 mx ip4:78.46.192.210 \226\128\147all" +0 hightxt.test.com. 3600 IN TXT "v=spf1 mx ip4:78.46.192.210 \226\128\147all" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hightxt.test.com.', qtype=TXT diff --git a/regression-tests/tests/8bit-txt/expected_result b/regression-tests/tests/8bit-txt/expected_result index 01b4cebca5..5e8197a80b 100644 --- a/regression-tests/tests/8bit-txt/expected_result +++ b/regression-tests/tests/8bit-txt/expected_result @@ -1,3 +1,3 @@ -0 aland.test.com. IN TXT 3600 "\195\133LAND ISLANDS" +0 aland.test.com. 3600 IN TXT "\195\133LAND ISLANDS" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='aland.test.com.', qtype=TXT diff --git a/regression-tests/tests/alias-address/expected_result b/regression-tests/tests/alias-address/expected_result index a9601f9c7d..8badf963d8 100644 --- a/regression-tests/tests/alias-address/expected_result +++ b/regression-tests/tests/alias-address/expected_result @@ -1,16 +1,16 @@ -0 google-alias.example.com. IN A [ttl] 8.8.8.8 +0 google-alias.example.com. [ttl] IN A 8.8.8.8 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=A -0 google-alias.example.com. IN AAAA [ttl] 2001:4860:4860::8888 +0 google-alias.example.com. [ttl] IN AAAA 2001:4860:4860::8888 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=AAAA -0 google-alias.example.com. IN A [ttl] 8.8.8.8 +0 google-alias.example.com. [ttl] IN A 8.8.8.8 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=A -0 google-alias.example.com. IN AAAA [ttl] 2001:4860:4860::8888 +0 google-alias.example.com. [ttl] IN AAAA 2001:4860:4860::8888 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=AAAA -1 example.com. IN SOA [ttl] ns1.example.com. ahu.example.com. [serial] 28800 7200 604800 86400 -2 . IN OPT [ttl] +1 example.com. [ttl] IN SOA ns1.example.com. ahu.example.com. [serial] 28800 7200 604800 86400 +2 . [ttl] IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias1.example.com.', qtype=A diff --git a/regression-tests/tests/alias-address/expected_result.dnssec b/regression-tests/tests/alias-address/expected_result.dnssec index b5ab5e53d6..0877d59edb 100644 --- a/regression-tests/tests/alias-address/expected_result.dnssec +++ b/regression-tests/tests/alias-address/expected_result.dnssec @@ -1,21 +1,21 @@ -0 google-alias.example.com. IN A [ttl] 8.8.8.8 +0 google-alias.example.com. [ttl] IN A 8.8.8.8 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=A -0 google-alias.example.com. IN AAAA [ttl] 2001:4860:4860::8888 +0 google-alias.example.com. [ttl] IN AAAA 2001:4860:4860::8888 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=AAAA -0 google-alias.example.com. IN A [ttl] 8.8.8.8 +0 google-alias.example.com. [ttl] IN A 8.8.8.8 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=A -0 google-alias.example.com. IN AAAA [ttl] 2001:4860:4860::8888 +0 google-alias.example.com. [ttl] IN AAAA 2001:4860:4860::8888 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=AAAA -1 example.com. IN NSEC [ttl] _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG [ttl] NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG [ttl] SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA [ttl] ns1.example.com. ahu.example.com. [serial] 28800 7200 604800 86400 -1 google-alias.example.com. IN NSEC [ttl] hightype.example.com. A AAAA RRSIG NSEC -1 google-alias.example.com. IN RRSIG [ttl] NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT [ttl] +1 example.com. [ttl] IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. [ttl] IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. [ttl] IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. [ttl] IN SOA ns1.example.com. ahu.example.com. [serial] 28800 7200 604800 86400 +1 google-alias.example.com. [ttl] IN NSEC hightype.example.com. A AAAA RRSIG NSEC +1 google-alias.example.com. [ttl] IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . [ttl] IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias1.example.com.', qtype=A diff --git a/regression-tests/tests/alias-mx/expected_result b/regression-tests/tests/alias-mx/expected_result index e20f297941..7219d8c56a 100644 --- a/regression-tests/tests/alias-mx/expected_result +++ b/regression-tests/tests/alias-mx/expected_result @@ -1,3 +1,3 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='google-alias.example.com.', qtype=MX diff --git a/regression-tests/tests/any-nxdomain/expected_result b/regression-tests/tests/any-nxdomain/expected_result index 5040539f70..2027ce860b 100644 --- a/regression-tests/tests/any-nxdomain/expected_result +++ b/regression-tests/tests/any-nxdomain/expected_result @@ -1,4 +1,4 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxdomain.example.com.', qtype=ANY diff --git a/regression-tests/tests/any-nxdomain/expected_result.dnssec b/regression-tests/tests/any-nxdomain/expected_result.dnssec index 5775bc95cc..77ae0649be 100644 --- a/regression-tests/tests/any-nxdomain/expected_result.dnssec +++ b/regression-tests/tests/any-nxdomain/expected_result.dnssec @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 nxd.example.com. IN NSEC 86400 outpost.example.com. CNAME RRSIG NSEC -1 nxd.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 nxd.example.com. 86400 IN NSEC outpost.example.com. CNAME RRSIG NSEC +1 nxd.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxdomain.example.com.', qtype=ANY diff --git a/regression-tests/tests/any-nxdomain/expected_result.narrow b/regression-tests/tests/any-nxdomain/expected_result.narrow index 6d2175946f..67e82152bf 100644 --- a/regression-tests/tests/any-nxdomain/expected_result.narrow +++ b/regression-tests/tests/any-nxdomain/expected_result.narrow @@ -1,11 +1,11 @@ -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. IN NSEC3 86400 1 [flags] 1 abcd ONNHV82ALU3OM3L4FKFES49N0J2C71BC -1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ONNHV82ALU3OM3L4FKFES49N0J2C71BC +1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxdomain.example.com.', qtype=ANY diff --git a/regression-tests/tests/any-nxdomain/expected_result.nsec3 b/regression-tests/tests/any-nxdomain/expected_result.nsec3 index f737c03997..059427a40e 100644 --- a/regression-tests/tests/any-nxdomain/expected_result.nsec3 +++ b/regression-tests/tests/any-nxdomain/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. IN NSEC3 86400 1 [flags] 1 abcd ONNU1VP51T2LDROTDVQ10HVLRQQV2UAA A RRSIG -1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ONNU1VP51T2LDROTDVQ10HVLRQQV2UAA A RRSIG +1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxdomain.example.com.', qtype=ANY diff --git a/regression-tests/tests/any-query/expected_result b/regression-tests/tests/any-query/expected_result index 2571b0576f..cd6edffd0d 100644 --- a/regression-tests/tests/any-query/expected_result +++ b/regression-tests/tests/any-query/expected_result @@ -1,13 +1,13 @@ -0 example.com. IN MX 120 10 smtp-servers.example.com. -0 example.com. IN MX 120 15 smtp-servers.test.com. -0 example.com. IN NS 120 ns1.example.com. -0 example.com. IN NS 120 ns2.example.com. -0 example.com. IN SOA 100000 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 -2 ns1.example.com. IN A 120 192.168.1.1 -2 ns2.example.com. IN A 120 192.168.1.2 -2 smtp-servers.example.com. IN A 120 192.168.0.2 -2 smtp-servers.example.com. IN A 120 192.168.0.3 -2 smtp-servers.example.com. IN A 120 192.168.0.4 +0 example.com. 100000 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +0 example.com. 120 IN MX 10 smtp-servers.example.com. +0 example.com. 120 IN MX 15 smtp-servers.test.com. +0 example.com. 120 IN NS ns1.example.com. +0 example.com. 120 IN NS ns2.example.com. +2 . 32768 IN OPT +2 ns1.example.com. 120 IN A 192.168.1.1 +2 ns2.example.com. 120 IN A 192.168.1.2 +2 smtp-servers.example.com. 120 IN A 192.168.0.2 +2 smtp-servers.example.com. 120 IN A 192.168.0.3 +2 smtp-servers.example.com. 120 IN A 192.168.0.4 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=ANY diff --git a/regression-tests/tests/any-query/expected_result.dnssec b/regression-tests/tests/any-query/expected_result.dnssec index 6032816825..51f847caa1 100644 --- a/regression-tests/tests/any-query/expected_result.dnssec +++ b/regression-tests/tests/any-query/expected_result.dnssec @@ -1,23 +1,23 @@ -0 example.com. IN DNSKEY 86400 257 3 13 ... -0 example.com. IN MX 120 10 smtp-servers.example.com. -0 example.com. IN MX 120 15 smtp-servers.test.com. -0 example.com. IN NS 120 ns1.example.com. -0 example.com. IN NS 120 ns2.example.com. -0 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -0 example.com. IN RRSIG 100000 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 120 MX 13 2 120 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 120 NS 13 2 120 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 86400 DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN SOA 100000 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 -2 ns1.example.com. IN A 120 192.168.1.1 -2 ns1.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 ns2.example.com. IN A 120 192.168.1.2 -2 ns2.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 smtp-servers.example.com. IN A 120 192.168.0.2 -2 smtp-servers.example.com. IN A 120 192.168.0.3 -2 smtp-servers.example.com. IN A 120 192.168.0.4 -2 smtp-servers.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 100000 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +0 example.com. 100000 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +0 example.com. 120 IN MX 10 smtp-servers.example.com. +0 example.com. 120 IN MX 15 smtp-servers.test.com. +0 example.com. 120 IN NS ns1.example.com. +0 example.com. 120 IN NS ns2.example.com. +0 example.com. 120 IN RRSIG MX 13 2 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 120 IN RRSIG NS 13 2 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 86400 IN DNSKEY 257 3 13 ... +0 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +0 example.com. 86400 IN RRSIG DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... +0 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT +2 ns1.example.com. 120 IN A 192.168.1.1 +2 ns1.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 ns2.example.com. 120 IN A 192.168.1.2 +2 ns2.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 smtp-servers.example.com. 120 IN A 192.168.0.2 +2 smtp-servers.example.com. 120 IN A 192.168.0.3 +2 smtp-servers.example.com. 120 IN A 192.168.0.4 +2 smtp-servers.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=ANY diff --git a/regression-tests/tests/any-query/expected_result.narrow b/regression-tests/tests/any-query/expected_result.narrow index b36512962c..15588c0f17 100644 --- a/regression-tests/tests/any-query/expected_result.narrow +++ b/regression-tests/tests/any-query/expected_result.narrow @@ -1,23 +1,23 @@ -0 example.com. IN DNSKEY 86400 257 3 13 ... -0 example.com. IN MX 120 10 smtp-servers.example.com. -0 example.com. IN MX 120 15 smtp-servers.test.com. -0 example.com. IN NS 120 ns1.example.com. -0 example.com. IN NS 120 ns2.example.com. -0 example.com. IN NSEC3PARAM 86400 1 0 1 abcd -0 example.com. IN RRSIG 100000 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 120 MX 13 2 120 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 120 NS 13 2 120 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 86400 DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN SOA 100000 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 -2 ns1.example.com. IN A 120 192.168.1.1 -2 ns1.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 ns2.example.com. IN A 120 192.168.1.2 -2 ns2.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 smtp-servers.example.com. IN A 120 192.168.0.2 -2 smtp-servers.example.com. IN A 120 192.168.0.3 -2 smtp-servers.example.com. IN A 120 192.168.0.4 -2 smtp-servers.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 100000 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +0 example.com. 100000 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +0 example.com. 120 IN MX 10 smtp-servers.example.com. +0 example.com. 120 IN MX 15 smtp-servers.test.com. +0 example.com. 120 IN NS ns1.example.com. +0 example.com. 120 IN NS ns2.example.com. +0 example.com. 120 IN RRSIG MX 13 2 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 120 IN RRSIG NS 13 2 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 86400 IN DNSKEY 257 3 13 ... +0 example.com. 86400 IN NSEC3PARAM 1 0 1 abcd +0 example.com. 86400 IN RRSIG DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... +0 example.com. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT +2 ns1.example.com. 120 IN A 192.168.1.1 +2 ns1.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 ns2.example.com. 120 IN A 192.168.1.2 +2 ns2.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 smtp-servers.example.com. 120 IN A 192.168.0.2 +2 smtp-servers.example.com. 120 IN A 192.168.0.3 +2 smtp-servers.example.com. 120 IN A 192.168.0.4 +2 smtp-servers.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=ANY diff --git a/regression-tests/tests/any-query/expected_result.nsec3 b/regression-tests/tests/any-query/expected_result.nsec3 index b36512962c..15588c0f17 100644 --- a/regression-tests/tests/any-query/expected_result.nsec3 +++ b/regression-tests/tests/any-query/expected_result.nsec3 @@ -1,23 +1,23 @@ -0 example.com. IN DNSKEY 86400 257 3 13 ... -0 example.com. IN MX 120 10 smtp-servers.example.com. -0 example.com. IN MX 120 15 smtp-servers.test.com. -0 example.com. IN NS 120 ns1.example.com. -0 example.com. IN NS 120 ns2.example.com. -0 example.com. IN NSEC3PARAM 86400 1 0 1 abcd -0 example.com. IN RRSIG 100000 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 120 MX 13 2 120 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 120 NS 13 2 120 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 86400 DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... -0 example.com. IN SOA 100000 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 -2 ns1.example.com. IN A 120 192.168.1.1 -2 ns1.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 ns2.example.com. IN A 120 192.168.1.2 -2 ns2.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 smtp-servers.example.com. IN A 120 192.168.0.2 -2 smtp-servers.example.com. IN A 120 192.168.0.3 -2 smtp-servers.example.com. IN A 120 192.168.0.4 -2 smtp-servers.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 100000 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +0 example.com. 100000 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +0 example.com. 120 IN MX 10 smtp-servers.example.com. +0 example.com. 120 IN MX 15 smtp-servers.test.com. +0 example.com. 120 IN NS ns1.example.com. +0 example.com. 120 IN NS ns2.example.com. +0 example.com. 120 IN RRSIG MX 13 2 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 120 IN RRSIG NS 13 2 120 [expiry] [inception] [keytag] example.com. ... +0 example.com. 86400 IN DNSKEY 257 3 13 ... +0 example.com. 86400 IN NSEC3PARAM 1 0 1 abcd +0 example.com. 86400 IN RRSIG DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... +0 example.com. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT +2 ns1.example.com. 120 IN A 192.168.1.1 +2 ns1.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 ns2.example.com. 120 IN A 192.168.1.2 +2 ns2.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 smtp-servers.example.com. 120 IN A 192.168.0.2 +2 smtp-servers.example.com. 120 IN A 192.168.0.3 +2 smtp-servers.example.com. 120 IN A 192.168.0.4 +2 smtp-servers.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=ANY diff --git a/regression-tests/tests/any-to-tcp-query/expected_result b/regression-tests/tests/any-to-tcp-query/expected_result index 238c9957f2..48fb94c404 100644 --- a/regression-tests/tests/any-to-tcp-query/expected_result +++ b/regression-tests/tests/any-to-tcp-query/expected_result @@ -1,3 +1,3 @@ -2 . IN OPT 0 +2 . 0 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 1, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=ANY diff --git a/regression-tests/tests/any-wildcard-dnssec/expected_result b/regression-tests/tests/any-wildcard-dnssec/expected_result index 299678deeb..d9ceb60679 100644 --- a/regression-tests/tests/any-wildcard-dnssec/expected_result +++ b/regression-tests/tests/any-wildcard-dnssec/expected_result @@ -1,7 +1,7 @@ -0 www.something.wtest.com. IN A 3600 4.3.2.1 -0 www.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 a.something.wtest.com. IN NSEC 3600 wtest.com. A RRSIG NSEC -1 a.something.wtest.com. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.something.wtest.com. 3600 IN A 4.3.2.1 +0 www.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 a.something.wtest.com. 3600 IN NSEC wtest.com. A RRSIG NSEC +1 a.something.wtest.com. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.something.wtest.com.', qtype=ANY diff --git a/regression-tests/tests/any-wildcard-dnssec/expected_result.narrow b/regression-tests/tests/any-wildcard-dnssec/expected_result.narrow index 4c5eeab062..b79b3da069 100644 --- a/regression-tests/tests/any-wildcard-dnssec/expected_result.narrow +++ b/regression-tests/tests/any-wildcard-dnssec/expected_result.narrow @@ -1,7 +1,7 @@ -0 www.something.wtest.com. IN A 3600 4.3.2.1 -0 www.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 7q60llva2bt9ucubvn553q9s2pf8ho38.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 7Q60LLVA2BT9UCUBVN553Q9S2PF8HO3A -1 7q60llva2bt9ucubvn553q9s2pf8ho38.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.something.wtest.com. 3600 IN A 4.3.2.1 +0 www.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 7q60llva2bt9ucubvn553q9s2pf8ho38.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 7Q60LLVA2BT9UCUBVN553Q9S2PF8HO3A +1 7q60llva2bt9ucubvn553q9s2pf8ho38.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.something.wtest.com.', qtype=ANY diff --git a/regression-tests/tests/any-wildcard-dnssec/expected_result.nsec3 b/regression-tests/tests/any-wildcard-dnssec/expected_result.nsec3 index 8bfd25e918..ba4eee3eff 100644 --- a/regression-tests/tests/any-wildcard-dnssec/expected_result.nsec3 +++ b/regression-tests/tests/any-wildcard-dnssec/expected_result.nsec3 @@ -1,7 +1,7 @@ -0 www.something.wtest.com. IN A 3600 4.3.2.1 -0 www.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 7k2dfhl64f0ndftst8u5rr5euminddvb.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 95QOQ246KN3VM7HL8KVG8O45JIHMNLNG A RRSIG -1 7k2dfhl64f0ndftst8u5rr5euminddvb.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.something.wtest.com. 3600 IN A 4.3.2.1 +0 www.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 7k2dfhl64f0ndftst8u5rr5euminddvb.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 95QOQ246KN3VM7HL8KVG8O45JIHMNLNG A RRSIG +1 7k2dfhl64f0ndftst8u5rr5euminddvb.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.something.wtest.com.', qtype=ANY diff --git a/regression-tests/tests/any-wildcard/expected_result b/regression-tests/tests/any-wildcard/expected_result index fa040f17e7..70641ff4ec 100644 --- a/regression-tests/tests/any-wildcard/expected_result +++ b/regression-tests/tests/any-wildcard/expected_result @@ -1,3 +1,3 @@ -0 www.something.wtest.com. IN A 3600 4.3.2.1 +0 www.something.wtest.com. 3600 IN A 4.3.2.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.something.wtest.com.', qtype=ANY diff --git a/regression-tests/tests/apex-level-a-but-no-a/expected_result b/regression-tests/tests/apex-level-a-but-no-a/expected_result index 13394a51df..850967d827 100644 --- a/regression-tests/tests/apex-level-a-but-no-a/expected_result +++ b/regression-tests/tests/apex-level-a-but-no-a/expected_result @@ -1,3 +1,3 @@ -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.com.', qtype=A diff --git a/regression-tests/tests/apex-level-a/expected_result b/regression-tests/tests/apex-level-a/expected_result index a0c935a004..8a9124379f 100644 --- a/regression-tests/tests/apex-level-a/expected_result +++ b/regression-tests/tests/apex-level-a/expected_result @@ -1,3 +1,3 @@ -0 wtest.com. IN A 3600 9.9.9.9 +0 wtest.com. 3600 IN A 9.9.9.9 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='wtest.com.', qtype=A diff --git a/regression-tests/tests/apex-level-ns/expected_result b/regression-tests/tests/apex-level-ns/expected_result index b5e926b696..66037f9ac6 100644 --- a/regression-tests/tests/apex-level-ns/expected_result +++ b/regression-tests/tests/apex-level-ns/expected_result @@ -1,6 +1,6 @@ -0 test.com. IN NS 3600 ns1.test.com. -0 test.com. IN NS 3600 ns2.test.com. -2 ns1.test.com. IN A 3600 1.1.1.1 -2 ns2.test.com. IN A 3600 2.2.2.2 +0 test.com. 3600 IN NS ns1.test.com. +0 test.com. 3600 IN NS ns2.test.com. +2 ns1.test.com. 3600 IN A 1.1.1.1 +2 ns2.test.com. 3600 IN A 2.2.2.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.com.', qtype=NS diff --git a/regression-tests/tests/autoptr/expected_result b/regression-tests/tests/autoptr/expected_result index 755fd05992..2d3c08c524 100644 --- a/regression-tests/tests/autoptr/expected_result +++ b/regression-tests/tests/autoptr/expected_result @@ -1,3 +1,3 @@ -1 2.0.192.in-addr.arpa. IN SOA 120 ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 +1 2.0.192.in-addr.arpa. 120 IN SOA ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='1.2.0.192.in-addr.arpa.', qtype=PTR diff --git a/regression-tests/tests/autoptr/expected_result.ldap-strict b/regression-tests/tests/autoptr/expected_result.ldap-strict index c4bbeba8c1..e1f7463d77 100644 --- a/regression-tests/tests/autoptr/expected_result.ldap-strict +++ b/regression-tests/tests/autoptr/expected_result.ldap-strict @@ -1,5 +1,5 @@ -0 1.2.0.192.in-addr.arpa. IN PTR 120 bar.svcb.example.com. -0 1.2.0.192.in-addr.arpa. IN PTR 120 foo.svcb.example.com. -0 1.2.0.192.in-addr.arpa. IN PTR 120 host-for-auto-ptr.example.com. +0 1.2.0.192.in-addr.arpa. 120 IN PTR bar.svcb.example.com. +0 1.2.0.192.in-addr.arpa. 120 IN PTR foo.svcb.example.com. +0 1.2.0.192.in-addr.arpa. 120 IN PTR host-for-auto-ptr.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='1.2.0.192.in-addr.arpa.', qtype=PTR diff --git a/regression-tests/tests/basic-a-resolution/expected_result b/regression-tests/tests/basic-a-resolution/expected_result index b7318a1274..abe4a12b3f 100644 --- a/regression-tests/tests/basic-a-resolution/expected_result +++ b/regression-tests/tests/basic-a-resolution/expected_result @@ -1,3 +1,3 @@ -0 outpost.example.com. IN A 120 192.168.2.1 +0 outpost.example.com. 120 IN A 192.168.2.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=A diff --git a/regression-tests/tests/basic-aaaa-resolution/expected_result b/regression-tests/tests/basic-aaaa-resolution/expected_result index 188088b70c..46c35e951d 100644 --- a/regression-tests/tests/basic-aaaa-resolution/expected_result +++ b/regression-tests/tests/basic-aaaa-resolution/expected_result @@ -1,3 +1,3 @@ -0 ipv6.example.com. IN AAAA 120 2001:6a8:0:1:210:4bff:fe4b:4c61 +0 ipv6.example.com. 120 IN AAAA 2001:6a8:0:1:210:4bff:fe4b:4c61 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ipv6.example.com.', qtype=AAAA diff --git a/regression-tests/tests/basic-eui48/expected_result b/regression-tests/tests/basic-eui48/expected_result index 43eb459812..524c9adb59 100644 --- a/regression-tests/tests/basic-eui48/expected_result +++ b/regression-tests/tests/basic-eui48/expected_result @@ -1,3 +1,3 @@ -0 host-0.example.com. IN EUI48 120 00-50-56-9b-00-e7 +0 host-0.example.com. 120 IN EUI48 00-50-56-9b-00-e7 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host-0.example.com.', qtype=EUI48 diff --git a/regression-tests/tests/basic-eui64/expected_result b/regression-tests/tests/basic-eui64/expected_result index 6d3ed0bbf4..8c410ee0c8 100644 --- a/regression-tests/tests/basic-eui64/expected_result +++ b/regression-tests/tests/basic-eui64/expected_result @@ -1,3 +1,3 @@ -0 host-1.example.com. IN EUI64 120 00-50-56-9b-00-e7-7e-57 +0 host-1.example.com. 120 IN EUI64 00-50-56-9b-00-e7-7e-57 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host-1.example.com.', qtype=EUI64 diff --git a/regression-tests/tests/basic-hinfo/expected_result b/regression-tests/tests/basic-hinfo/expected_result index d34fbf7607..152c9bb47c 100644 --- a/regression-tests/tests/basic-hinfo/expected_result +++ b/regression-tests/tests/basic-hinfo/expected_result @@ -1,3 +1,3 @@ -0 hwinfo.example.com. IN HINFO 120 "abc" "def" +0 hwinfo.example.com. 120 IN HINFO "abc" "def" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hwinfo.example.com.', qtype=HINFO diff --git a/regression-tests/tests/basic-loc/expected_result b/regression-tests/tests/basic-loc/expected_result index 8cbe941917..db2cc0b8ad 100644 --- a/regression-tests/tests/basic-loc/expected_result +++ b/regression-tests/tests/basic-loc/expected_result @@ -1,6 +1,6 @@ -0 location.example.com. IN LOC 120 51 56 0.123 N 5 54 0.000 E 4.00m 1.00m 10000.00m 10.00m -0 location.example.com. IN LOC 120 51 56 1.456 S 5 54 0.000 E 4.00m 2.00m 10000.00m 10.00m -0 location.example.com. IN LOC 120 51 56 2.789 N 5 54 0.000 W 4.00m 3.00m 10000.00m 10.00m -0 location.example.com. IN LOC 120 51 56 3.012 S 5 54 0.000 W 4.00m 4.00m 10000.00m 10.00m +0 location.example.com. 120 IN LOC 51 56 0.123 N 5 54 0.000 E 4.00m 1.00m 10000.00m 10.00m +0 location.example.com. 120 IN LOC 51 56 1.456 S 5 54 0.000 E 4.00m 2.00m 10000.00m 10.00m +0 location.example.com. 120 IN LOC 51 56 2.789 N 5 54 0.000 W 4.00m 3.00m 10000.00m 10.00m +0 location.example.com. 120 IN LOC 51 56 3.012 S 5 54 0.000 W 4.00m 4.00m 10000.00m 10.00m Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='location.example.com.', qtype=LOC diff --git a/regression-tests/tests/basic-mb-resolution/expected_result b/regression-tests/tests/basic-mb-resolution/expected_result index 35f6733593..06938ac884 100644 --- a/regression-tests/tests/basic-mb-resolution/expected_result +++ b/regression-tests/tests/basic-mb-resolution/expected_result @@ -1,3 +1,3 @@ -0 phil.mb.example.com. IN MB 120 pc.mb.example.com. +0 phil.mb.example.com. 120 IN MB pc.mb.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='phil.mb.example.com.', qtype=MB diff --git a/regression-tests/tests/basic-mg-resolution/expected_result b/regression-tests/tests/basic-mg-resolution/expected_result index 0fc0b59058..d67bef7df5 100644 --- a/regression-tests/tests/basic-mg-resolution/expected_result +++ b/regression-tests/tests/basic-mg-resolution/expected_result @@ -1,4 +1,4 @@ -0 hostmaster.mb.example.com. IN MG 120 phil.mb.example.com. -0 hostmaster.mb.example.com. IN MG 120 sheila.mb.example.com. +0 hostmaster.mb.example.com. 120 IN MG phil.mb.example.com. +0 hostmaster.mb.example.com. 120 IN MG sheila.mb.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hostmaster.mb.example.com.', qtype=MG diff --git a/regression-tests/tests/basic-mr-resolution/expected_result b/regression-tests/tests/basic-mr-resolution/expected_result index b0b3b9c477..135dee7e25 100644 --- a/regression-tests/tests/basic-mr-resolution/expected_result +++ b/regression-tests/tests/basic-mr-resolution/expected_result @@ -1,3 +1,3 @@ -0 philip.mb.example.com. IN MR 120 phil.mb.example.com. +0 philip.mb.example.com. 120 IN MR phil.mb.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='philip.mb.example.com.', qtype=MR diff --git a/regression-tests/tests/basic-nonzone/expected_result b/regression-tests/tests/basic-nonzone/expected_result index 4c6f7d3fb3..88ec2192ca 100644 --- a/regression-tests/tests/basic-nonzone/expected_result +++ b/regression-tests/tests/basic-nonzone/expected_result @@ -1,4 +1,4 @@ -0 nztest.com. IN A 3600 127.0.0.1 +0 nztest.com. 3600 IN A 127.0.0.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nztest.com.', qtype=A Rcode: 5 (Query Refused), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 diff --git a/regression-tests/tests/basic-ns-resolution/expected_result b/regression-tests/tests/basic-ns-resolution/expected_result index cf0ad3e654..9dd91d44bb 100644 --- a/regression-tests/tests/basic-ns-resolution/expected_result +++ b/regression-tests/tests/basic-ns-resolution/expected_result @@ -1,6 +1,6 @@ -0 example.com. IN NS 120 ns1.example.com. -0 example.com. IN NS 120 ns2.example.com. -2 ns1.example.com. IN A 120 192.168.1.1 -2 ns2.example.com. IN A 120 192.168.1.2 +0 example.com. 120 IN NS ns1.example.com. +0 example.com. 120 IN NS ns2.example.com. +2 ns1.example.com. 120 IN A 192.168.1.1 +2 ns2.example.com. 120 IN A 192.168.1.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NS diff --git a/regression-tests/tests/basic-soa-resolution/expected_result b/regression-tests/tests/basic-soa-resolution/expected_result index c406290182..61bdf9463f 100644 --- a/regression-tests/tests/basic-soa-resolution/expected_result +++ b/regression-tests/tests/basic-soa-resolution/expected_result @@ -1,3 +1,3 @@ -0 example.com. IN SOA 100000 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +0 example.com. 100000 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=SOA diff --git a/regression-tests/tests/basic-srv/expected_result b/regression-tests/tests/basic-srv/expected_result index c8aa5f580d..812a5b442f 100644 --- a/regression-tests/tests/basic-srv/expected_result +++ b/regression-tests/tests/basic-srv/expected_result @@ -1,3 +1,3 @@ -0 _ldap._tcp.dc.test.com. IN SRV 3600 0 100 389 server2.example.net. +0 _ldap._tcp.dc.test.com. 3600 IN SRV 0 100 389 server2.example.net. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='_ldap._tcp.dc.test.com.', qtype=SRV diff --git a/regression-tests/tests/basic-txt-resolution/expected_result b/regression-tests/tests/basic-txt-resolution/expected_result index d8f219ab44..93c579bf12 100644 --- a/regression-tests/tests/basic-txt-resolution/expected_result +++ b/regression-tests/tests/basic-txt-resolution/expected_result @@ -1,3 +1,3 @@ -0 text.example.com. IN TXT 120 "Hi, this is some text" +0 text.example.com. 120 IN TXT "Hi, this is some text" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='text.example.com.', qtype=TXT diff --git a/regression-tests/tests/bind-add-zone/expected_result.bind b/regression-tests/tests/bind-add-zone/expected_result.bind index 5650c31b21..be303587d2 100644 --- a/regression-tests/tests/bind-add-zone/expected_result.bind +++ b/regression-tests/tests/bind-add-zone/expected_result.bind @@ -1,12 +1,12 @@ Rcode: 5 (Query Refused), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='ns1.addzone.com.', qtype=A -0 ns1.test.com. IN A 3600 1.1.1.1 +0 ns1.test.com. 3600 IN A 1.1.1.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ns1.test.com.', qtype=A Already loaded -0 ns1.addzone.com. IN A 3600 1.1.1.5 +0 ns1.addzone.com. 3600 IN A 1.1.1.5 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ns1.addzone.com.', qtype=A -0 ns1.test.com. IN A 3600 1.1.1.1 +0 ns1.test.com. 3600 IN A 1.1.1.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ns1.test.com.', qtype=A diff --git a/regression-tests/tests/cname-and-wildcard-at-root/expected_result b/regression-tests/tests/cname-and-wildcard-at-root/expected_result index cf1dec052b..9e96cac89d 100644 --- a/regression-tests/tests/cname-and-wildcard-at-root/expected_result +++ b/regression-tests/tests/cname-and-wildcard-at-root/expected_result @@ -1,3 +1,3 @@ -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='secure.wtest.com.', qtype=A diff --git a/regression-tests/tests/cname-and-wildcard-but-no-correct-type/expected_result b/regression-tests/tests/cname-and-wildcard-but-no-correct-type/expected_result index bce73e2b3b..435fe41e6a 100644 --- a/regression-tests/tests/cname-and-wildcard-but-no-correct-type/expected_result +++ b/regression-tests/tests/cname-and-wildcard-but-no-correct-type/expected_result @@ -1,4 +1,4 @@ -0 yo.test.test.com. IN CNAME 3600 server1.test.com. -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +0 yo.test.test.com. 3600 IN CNAME server1.test.com. +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='yo.test.test.com.', qtype=AAAA diff --git a/regression-tests/tests/cname-and-wildcard/expected_result b/regression-tests/tests/cname-and-wildcard/expected_result index 7eb4eae864..cbfcac388b 100644 --- a/regression-tests/tests/cname-and-wildcard/expected_result +++ b/regression-tests/tests/cname-and-wildcard/expected_result @@ -1,3 +1,3 @@ -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.test.test.com.', qtype=MX diff --git a/regression-tests/tests/cname-but-no-correct-type/expected_result b/regression-tests/tests/cname-but-no-correct-type/expected_result index 3385cb893b..0715599cb7 100644 --- a/regression-tests/tests/cname-but-no-correct-type/expected_result +++ b/regression-tests/tests/cname-but-no-correct-type/expected_result @@ -1,4 +1,4 @@ -0 www.example.com. IN CNAME 120 outpost.example.com. -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +0 www.example.com. 120 IN CNAME outpost.example.com. +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.example.com.', qtype=AAAA diff --git a/regression-tests/tests/cname-to-apex/expected_result b/regression-tests/tests/cname-to-apex/expected_result index 0186b5c091..48a5582405 100644 --- a/regression-tests/tests/cname-to-apex/expected_result +++ b/regression-tests/tests/cname-to-apex/expected_result @@ -1,3 +1,3 @@ -0 rhs-at-expansion.example.com. IN CNAME 120 example.com. +0 rhs-at-expansion.example.com. 120 IN CNAME example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='rhs-at-expansion.example.com.', qtype=CNAME diff --git a/regression-tests/tests/cname-to-nxdomain-any/expected_result b/regression-tests/tests/cname-to-nxdomain-any/expected_result index af822fc263..72543cd0f0 100644 --- a/regression-tests/tests/cname-to-nxdomain-any/expected_result +++ b/regression-tests/tests/cname-to-nxdomain-any/expected_result @@ -1,4 +1,4 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=ANY diff --git a/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec b/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec index d6bec8166e..c28605d52d 100644 --- a/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec +++ b/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec @@ -1,5 +1,5 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -0 nxd.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=ANY diff --git a/regression-tests/tests/cname-to-nxdomain-any/expected_result.narrow b/regression-tests/tests/cname-to-nxdomain-any/expected_result.narrow index d6bec8166e..c28605d52d 100644 --- a/regression-tests/tests/cname-to-nxdomain-any/expected_result.narrow +++ b/regression-tests/tests/cname-to-nxdomain-any/expected_result.narrow @@ -1,5 +1,5 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -0 nxd.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=ANY diff --git a/regression-tests/tests/cname-to-nxdomain-any/expected_result.nsec3 b/regression-tests/tests/cname-to-nxdomain-any/expected_result.nsec3 index d6bec8166e..c28605d52d 100644 --- a/regression-tests/tests/cname-to-nxdomain-any/expected_result.nsec3 +++ b/regression-tests/tests/cname-to-nxdomain-any/expected_result.nsec3 @@ -1,5 +1,5 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -0 nxd.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=ANY diff --git a/regression-tests/tests/cname-to-nxdomain/expected_result b/regression-tests/tests/cname-to-nxdomain/expected_result index d5c7aca8ea..d064cc7e0d 100644 --- a/regression-tests/tests/cname-to-nxdomain/expected_result +++ b/regression-tests/tests/cname-to-nxdomain/expected_result @@ -1,5 +1,5 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=A diff --git a/regression-tests/tests/cname-to-nxdomain/expected_result.dnssec b/regression-tests/tests/cname-to-nxdomain/expected_result.dnssec index 44341762a6..724ca01ba5 100644 --- a/regression-tests/tests/cname-to-nxdomain/expected_result.dnssec +++ b/regression-tests/tests/cname-to-nxdomain/expected_result.dnssec @@ -1,11 +1,11 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -0 nxd.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 nxd.example.com. IN NSEC 86400 outpost.example.com. CNAME RRSIG NSEC -1 nxd.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 nxd.example.com. 86400 IN NSEC outpost.example.com. CNAME RRSIG NSEC +1 nxd.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=A diff --git a/regression-tests/tests/cname-to-nxdomain/expected_result.narrow b/regression-tests/tests/cname-to-nxdomain/expected_result.narrow index a8cf3e5465..9c7953134c 100644 --- a/regression-tests/tests/cname-to-nxdomain/expected_result.narrow +++ b/regression-tests/tests/cname-to-nxdomain/expected_result.narrow @@ -1,13 +1,13 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -0 nxd.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. IN NSEC3 86400 1 [flags] 1 abcd ONNHV82ALU3OM3L4FKFES49N0J2C71BC -1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ONNHV82ALU3OM3L4FKFES49N0J2C71BC +1 onnhv82alu3om3l4fkfes49n0j2c71ba.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=A diff --git a/regression-tests/tests/cname-to-nxdomain/expected_result.nsec3 b/regression-tests/tests/cname-to-nxdomain/expected_result.nsec3 index 51c3b991ff..339de51c31 100644 --- a/regression-tests/tests/cname-to-nxdomain/expected_result.nsec3 +++ b/regression-tests/tests/cname-to-nxdomain/expected_result.nsec3 @@ -1,13 +1,13 @@ -0 nxd.example.com. IN CNAME 120 nxdomain.example.com. -0 nxd.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. IN NSEC3 86400 1 [flags] 1 abcd ONNU1VP51T2LDROTDVQ10HVLRQQV2UAA A RRSIG -1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 nxd.example.com. 120 IN CNAME nxdomain.example.com. +0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ONNU1VP51T2LDROTDVQ10HVLRQQV2UAA A RRSIG +1 onn5kjcskcfqisao7tmqpjkp5kkh111o.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=A diff --git a/regression-tests/tests/cname-to-referral/expected_result b/regression-tests/tests/cname-to-referral/expected_result index 0e9ee6d3f6..284ccf963a 100644 --- a/regression-tests/tests/cname-to-referral/expected_result +++ b/regression-tests/tests/cname-to-referral/expected_result @@ -1,5 +1,5 @@ -0 server1.example.com. IN CNAME 120 server1.france.example.com. -1 france.example.com. IN NS 120 ns1.otherprovider.net. -1 france.example.com. IN NS 120 ns2.otherprovider.net. +0 server1.example.com. 120 IN CNAME server1.france.example.com. +1 france.example.com. 120 IN NS ns1.otherprovider.net. +1 france.example.com. 120 IN NS ns2.otherprovider.net. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='server1.example.com.', qtype=A diff --git a/regression-tests/tests/cname-to-unauth-any/expected_result b/regression-tests/tests/cname-to-unauth-any/expected_result index 1d85883948..f6da150188 100644 --- a/regression-tests/tests/cname-to-unauth-any/expected_result +++ b/regression-tests/tests/cname-to-unauth-any/expected_result @@ -1,4 +1,4 @@ -0 unauth.example.com. IN CNAME 120 no-idea.example.org. -2 . IN OPT 32768 +0 unauth.example.com. 120 IN CNAME no-idea.example.org. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='unauth.example.com.', qtype=ANY diff --git a/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec b/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec index 45f3fd7ca5..b56f898934 100644 --- a/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec +++ b/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec @@ -1,5 +1,5 @@ -0 unauth.example.com. IN CNAME 120 no-idea.example.org. -0 unauth.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 unauth.example.com. 120 IN CNAME no-idea.example.org. +0 unauth.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='unauth.example.com.', qtype=ANY diff --git a/regression-tests/tests/cname-to-unauth/expected_result b/regression-tests/tests/cname-to-unauth/expected_result index 48bbfcaa2e..d66a4734b6 100644 --- a/regression-tests/tests/cname-to-unauth/expected_result +++ b/regression-tests/tests/cname-to-unauth/expected_result @@ -1,4 +1,4 @@ -0 unauth.example.com. IN CNAME 120 no-idea.example.org. -2 . IN OPT 32768 +0 unauth.example.com. 120 IN CNAME no-idea.example.org. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='unauth.example.com.', qtype=A diff --git a/regression-tests/tests/cname-to-unauth/expected_result.dnssec b/regression-tests/tests/cname-to-unauth/expected_result.dnssec index e40da2257b..015b01ee4b 100644 --- a/regression-tests/tests/cname-to-unauth/expected_result.dnssec +++ b/regression-tests/tests/cname-to-unauth/expected_result.dnssec @@ -1,5 +1,5 @@ -0 unauth.example.com. IN CNAME 120 no-idea.example.org. -0 unauth.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 unauth.example.com. 120 IN CNAME no-idea.example.org. +0 unauth.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='unauth.example.com.', qtype=A diff --git a/regression-tests/tests/cname-wildcard-chain/expected_result b/regression-tests/tests/cname-wildcard-chain/expected_result index 72e0634e61..97ebc5e1c3 100644 --- a/regression-tests/tests/cname-wildcard-chain/expected_result +++ b/regression-tests/tests/cname-wildcard-chain/expected_result @@ -1,9 +1,9 @@ -0 start.example.com. IN CNAME 120 x.y.z.w1.example.com. -0 x.y.z.w1.example.com. IN CNAME 120 x.y.z.w2.example.com. -0 x.y.z.w2.example.com. IN CNAME 120 x.y.z.w3.example.com. -0 x.y.z.w3.example.com. IN CNAME 120 x.y.z.w4.example.com. -0 x.y.z.w4.example.com. IN CNAME 120 x.y.z.w5.example.com. -0 x.y.z.w5.example.com. IN A 120 1.2.3.5 -2 . IN OPT 32768 +0 start.example.com. 120 IN CNAME x.y.z.w1.example.com. +0 x.y.z.w1.example.com. 120 IN CNAME x.y.z.w2.example.com. +0 x.y.z.w2.example.com. 120 IN CNAME x.y.z.w3.example.com. +0 x.y.z.w3.example.com. 120 IN CNAME x.y.z.w4.example.com. +0 x.y.z.w4.example.com. 120 IN CNAME x.y.z.w5.example.com. +0 x.y.z.w5.example.com. 120 IN A 1.2.3.5 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='start.example.com.', qtype=A diff --git a/regression-tests/tests/cname-wildcard-chain/expected_result.dnssec b/regression-tests/tests/cname-wildcard-chain/expected_result.dnssec index dc9b4d1719..fbdf334ebb 100644 --- a/regression-tests/tests/cname-wildcard-chain/expected_result.dnssec +++ b/regression-tests/tests/cname-wildcard-chain/expected_result.dnssec @@ -1,25 +1,25 @@ -0 start.example.com. IN CNAME 120 x.y.z.w1.example.com. -0 start.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w1.example.com. IN CNAME 120 x.y.z.w2.example.com. -0 x.y.z.w1.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w2.example.com. IN CNAME 120 x.y.z.w3.example.com. -0 x.y.z.w2.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w3.example.com. IN CNAME 120 x.y.z.w4.example.com. -0 x.y.z.w3.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w4.example.com. IN CNAME 120 x.y.z.w5.example.com. -0 x.y.z.w4.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w5.example.com. IN A 120 1.2.3.5 -0 x.y.z.w5.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -1 *.w1.example.com. IN NSEC 86400 *.w2.example.com. CNAME RRSIG NSEC -1 *.w1.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 *.w2.example.com. IN NSEC 86400 *.w3.example.com. CNAME RRSIG NSEC -1 *.w2.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 *.w3.example.com. IN NSEC 86400 *.w4.example.com. CNAME RRSIG NSEC -1 *.w3.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 *.w4.example.com. IN NSEC 86400 *.w5.example.com. CNAME RRSIG NSEC -1 *.w4.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 *.w5.example.com. IN NSEC 86400 www.example.com. A RRSIG NSEC -1 *.w5.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 start.example.com. 120 IN CNAME x.y.z.w1.example.com. +0 start.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w1.example.com. 120 IN CNAME x.y.z.w2.example.com. +0 x.y.z.w1.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w2.example.com. 120 IN CNAME x.y.z.w3.example.com. +0 x.y.z.w2.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w3.example.com. 120 IN CNAME x.y.z.w4.example.com. +0 x.y.z.w3.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w4.example.com. 120 IN CNAME x.y.z.w5.example.com. +0 x.y.z.w4.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w5.example.com. 120 IN A 1.2.3.5 +0 x.y.z.w5.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +1 *.w1.example.com. 86400 IN NSEC *.w2.example.com. CNAME RRSIG NSEC +1 *.w1.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 *.w2.example.com. 86400 IN NSEC *.w3.example.com. CNAME RRSIG NSEC +1 *.w2.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 *.w3.example.com. 86400 IN NSEC *.w4.example.com. CNAME RRSIG NSEC +1 *.w3.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 *.w4.example.com. 86400 IN NSEC *.w5.example.com. CNAME RRSIG NSEC +1 *.w4.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 *.w5.example.com. 86400 IN NSEC www.example.com. A RRSIG NSEC +1 *.w5.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='start.example.com.', qtype=A diff --git a/regression-tests/tests/cname-wildcard-chain/expected_result.narrow b/regression-tests/tests/cname-wildcard-chain/expected_result.narrow index 33ec283deb..811846504a 100644 --- a/regression-tests/tests/cname-wildcard-chain/expected_result.narrow +++ b/regression-tests/tests/cname-wildcard-chain/expected_result.narrow @@ -1,25 +1,25 @@ -0 start.example.com. IN CNAME 120 x.y.z.w1.example.com. -0 start.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w1.example.com. IN CNAME 120 x.y.z.w2.example.com. -0 x.y.z.w1.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w2.example.com. IN CNAME 120 x.y.z.w3.example.com. -0 x.y.z.w2.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w3.example.com. IN CNAME 120 x.y.z.w4.example.com. -0 x.y.z.w3.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w4.example.com. IN CNAME 120 x.y.z.w5.example.com. -0 x.y.z.w4.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w5.example.com. IN A 120 1.2.3.5 -0 x.y.z.w5.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -1 6jmrie0v0hnp2flflt36lur7c08n9h45.example.com. IN NSEC3 86400 1 [flags] 1 abcd 6JMRIE0V0HNP2FLFLT36LUR7C08N9H47 -1 6jmrie0v0hnp2flflt36lur7c08n9h45.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 atcf56s7ucntm82nht67p3g2nqteplou.example.com. IN NSEC3 86400 1 [flags] 1 abcd ATCF56S7UCNTM82NHT67P3G2NQTEPLP0 -1 atcf56s7ucntm82nht67p3g2nqteplou.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 b6drqdikagd74fa5eme4sdiek1s06343.example.com. IN NSEC3 86400 1 [flags] 1 abcd B6DRQDIKAGD74FA5EME4SDIEK1S06345 -1 b6drqdikagd74fa5eme4sdiek1s06343.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 lr0g3vnj9r0nvtlsjnf8eqa68sqj06qg.example.com. IN NSEC3 86400 1 [flags] 1 abcd LR0G3VNJ9R0NVTLSJNF8EQA68SQJ06QI -1 lr0g3vnj9r0nvtlsjnf8eqa68sqj06qg.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vsfa79vv78gd61567bkcai646ta0p276.example.com. IN NSEC3 86400 1 [flags] 1 abcd VSFA79VV78GD61567BKCAI646TA0P278 -1 vsfa79vv78gd61567bkcai646ta0p276.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 start.example.com. 120 IN CNAME x.y.z.w1.example.com. +0 start.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w1.example.com. 120 IN CNAME x.y.z.w2.example.com. +0 x.y.z.w1.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w2.example.com. 120 IN CNAME x.y.z.w3.example.com. +0 x.y.z.w2.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w3.example.com. 120 IN CNAME x.y.z.w4.example.com. +0 x.y.z.w3.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w4.example.com. 120 IN CNAME x.y.z.w5.example.com. +0 x.y.z.w4.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w5.example.com. 120 IN A 1.2.3.5 +0 x.y.z.w5.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +1 6jmrie0v0hnp2flflt36lur7c08n9h45.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 6JMRIE0V0HNP2FLFLT36LUR7C08N9H47 +1 6jmrie0v0hnp2flflt36lur7c08n9h45.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 atcf56s7ucntm82nht67p3g2nqteplou.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ATCF56S7UCNTM82NHT67P3G2NQTEPLP0 +1 atcf56s7ucntm82nht67p3g2nqteplou.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 b6drqdikagd74fa5eme4sdiek1s06343.example.com. 86400 IN NSEC3 1 [flags] 1 abcd B6DRQDIKAGD74FA5EME4SDIEK1S06345 +1 b6drqdikagd74fa5eme4sdiek1s06343.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 lr0g3vnj9r0nvtlsjnf8eqa68sqj06qg.example.com. 86400 IN NSEC3 1 [flags] 1 abcd LR0G3VNJ9R0NVTLSJNF8EQA68SQJ06QI +1 lr0g3vnj9r0nvtlsjnf8eqa68sqj06qg.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vsfa79vv78gd61567bkcai646ta0p276.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VSFA79VV78GD61567BKCAI646TA0P278 +1 vsfa79vv78gd61567bkcai646ta0p276.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='start.example.com.', qtype=A diff --git a/regression-tests/tests/cname-wildcard-chain/expected_result.nsec3 b/regression-tests/tests/cname-wildcard-chain/expected_result.nsec3 index 714f98fb60..3bf840747f 100644 --- a/regression-tests/tests/cname-wildcard-chain/expected_result.nsec3 +++ b/regression-tests/tests/cname-wildcard-chain/expected_result.nsec3 @@ -1,25 +1,25 @@ -0 start.example.com. IN CNAME 120 x.y.z.w1.example.com. -0 start.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w1.example.com. IN CNAME 120 x.y.z.w2.example.com. -0 x.y.z.w1.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w2.example.com. IN CNAME 120 x.y.z.w3.example.com. -0 x.y.z.w2.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w3.example.com. IN CNAME 120 x.y.z.w4.example.com. -0 x.y.z.w3.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w4.example.com. IN CNAME 120 x.y.z.w5.example.com. -0 x.y.z.w4.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 x.y.z.w5.example.com. IN A 120 1.2.3.5 -0 x.y.z.w5.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -1 6jljjg5vg8ab1latv5khfq52jjpdlp9t.example.com. IN NSEC3 86400 1 [flags] 1 abcd 6JNMPRJN08RFG8QRUMBN91V2UURTV527 A RRSIG -1 6jljjg5vg8ab1latv5khfq52jjpdlp9t.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 atbcoh7l1gr1cbifhkt3ikmv2o60g8sc.example.com. IN NSEC3 86400 1 [flags] 1 abcd ATEJUO2QMEO1FORSEB6KH9B0DMVFRK08 A RRSIG -1 atbcoh7l1gr1cbifhkt3ikmv2o60g8sc.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 b6cdleeregn514pnp2jgmtd67ig3q4qs.example.com. IN NSEC3 86400 1 [flags] 1 abcd B6J68ESSIMG1HC5MGJ3B3OQUKL9PKEQB A RRSIG -1 b6cdleeregn514pnp2jgmtd67ig3q4qs.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 lqu3s8oae1ipc1iobnslma8igo1335a4.example.com. IN NSEC3 86400 1 [flags] 1 abcd LR1LEP75CII4P0CLER3MLLQBO1TGKHDO A RRSIG -1 lqu3s8oae1ipc1iobnslma8igo1335a4.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vscvfu442fdlbq07jpd7bdocd3ig7fo8.example.com. IN NSEC3 86400 1 [flags] 1 abcd VSGNH606MUV7BFQFN3TRH1D5FKP1IPIV A RRSIG -1 vscvfu442fdlbq07jpd7bdocd3ig7fo8.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 start.example.com. 120 IN CNAME x.y.z.w1.example.com. +0 start.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w1.example.com. 120 IN CNAME x.y.z.w2.example.com. +0 x.y.z.w1.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w2.example.com. 120 IN CNAME x.y.z.w3.example.com. +0 x.y.z.w2.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w3.example.com. 120 IN CNAME x.y.z.w4.example.com. +0 x.y.z.w3.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w4.example.com. 120 IN CNAME x.y.z.w5.example.com. +0 x.y.z.w4.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 x.y.z.w5.example.com. 120 IN A 1.2.3.5 +0 x.y.z.w5.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +1 6jljjg5vg8ab1latv5khfq52jjpdlp9t.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 6JNMPRJN08RFG8QRUMBN91V2UURTV527 A RRSIG +1 6jljjg5vg8ab1latv5khfq52jjpdlp9t.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 atbcoh7l1gr1cbifhkt3ikmv2o60g8sc.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ATEJUO2QMEO1FORSEB6KH9B0DMVFRK08 A RRSIG +1 atbcoh7l1gr1cbifhkt3ikmv2o60g8sc.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 b6cdleeregn514pnp2jgmtd67ig3q4qs.example.com. 86400 IN NSEC3 1 [flags] 1 abcd B6J68ESSIMG1HC5MGJ3B3OQUKL9PKEQB A RRSIG +1 b6cdleeregn514pnp2jgmtd67ig3q4qs.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 lqu3s8oae1ipc1iobnslma8igo1335a4.example.com. 86400 IN NSEC3 1 [flags] 1 abcd LR1LEP75CII4P0CLER3MLLQBO1TGKHDO A RRSIG +1 lqu3s8oae1ipc1iobnslma8igo1335a4.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vscvfu442fdlbq07jpd7bdocd3ig7fo8.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VSGNH606MUV7BFQFN3TRH1D5FKP1IPIV A RRSIG +1 vscvfu442fdlbq07jpd7bdocd3ig7fo8.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='start.example.com.', qtype=A diff --git a/regression-tests/tests/cross-domain-cname-to-wildcard/expected_result b/regression-tests/tests/cross-domain-cname-to-wildcard/expected_result index 1ac99a9bd0..421e9dd80e 100644 --- a/regression-tests/tests/cross-domain-cname-to-wildcard/expected_result +++ b/regression-tests/tests/cross-domain-cname-to-wildcard/expected_result @@ -1,4 +1,4 @@ -0 bla.something.wtest.com. IN A 3600 4.3.2.1 -0 semi-external.example.com. IN CNAME 120 bla.something.wtest.com. +0 bla.something.wtest.com. 3600 IN A 4.3.2.1 +0 semi-external.example.com. 120 IN CNAME bla.something.wtest.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='semi-external.example.com.', qtype=A diff --git a/regression-tests/tests/cryptokeys/expected_result.dnssec b/regression-tests/tests/cryptokeys/expected_result.dnssec index a3e101c9f2..dcd62ecfa3 100644 --- a/regression-tests/tests/cryptokeys/expected_result.dnssec +++ b/regression-tests/tests/cryptokeys/expected_result.dnssec @@ -1,14 +1,14 @@ -0 cryptokeys.org. IN DNSKEY 3600 256 3 10 ... -0 cryptokeys.org. IN DNSKEY 3600 257 3 13 ... -0 cryptokeys.org. IN RRSIG 3600 DNSKEY 13 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... -0 cryptokeys.org. IN RRSIG 3600 DNSKEY 14 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... -2 . IN OPT 32768 +0 cryptokeys.org. 3600 IN DNSKEY 256 3 10 ... +0 cryptokeys.org. 3600 IN DNSKEY 257 3 13 ... +0 cryptokeys.org. 3600 IN RRSIG DNSKEY 13 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... +0 cryptokeys.org. 3600 IN RRSIG DNSKEY 14 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cryptokeys.org.', qtype=DNSKEY -1 hiddencryptokeys.org. IN NSEC 3600 hiddencryptokeys.org. A NS SOA RRSIG NSEC -1 hiddencryptokeys.org. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... -1 hiddencryptokeys.org. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... -1 hiddencryptokeys.org. IN SOA 3600 cryptokeys.ds9a.nl. ahu.ds9a.nl. 2009071301 14400 3600 604800 3600 -2 . IN OPT 32768 +1 hiddencryptokeys.org. 3600 IN NSEC hiddencryptokeys.org. A NS SOA RRSIG NSEC +1 hiddencryptokeys.org. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... +1 hiddencryptokeys.org. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... +1 hiddencryptokeys.org. 3600 IN SOA cryptokeys.ds9a.nl. ahu.ds9a.nl. 2009071301 14400 3600 604800 3600 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hiddencryptokeys.org.', qtype=DNSKEY diff --git a/regression-tests/tests/cryptokeys/expected_result.narrow b/regression-tests/tests/cryptokeys/expected_result.narrow index 691ab9f937..ea37b4ff69 100644 --- a/regression-tests/tests/cryptokeys/expected_result.narrow +++ b/regression-tests/tests/cryptokeys/expected_result.narrow @@ -1,14 +1,14 @@ -0 cryptokeys.org. IN DNSKEY 3600 256 3 10 ... -0 cryptokeys.org. IN DNSKEY 3600 257 3 13 ... -0 cryptokeys.org. IN RRSIG 3600 DNSKEY 13 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... -0 cryptokeys.org. IN RRSIG 3600 DNSKEY 14 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... -2 . IN OPT 32768 +0 cryptokeys.org. 3600 IN DNSKEY 256 3 10 ... +0 cryptokeys.org. 3600 IN DNSKEY 257 3 13 ... +0 cryptokeys.org. 3600 IN RRSIG DNSKEY 13 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... +0 cryptokeys.org. 3600 IN RRSIG DNSKEY 14 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cryptokeys.org.', qtype=DNSKEY -1 hiddencryptokeys.org. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... -1 hiddencryptokeys.org. IN SOA 3600 cryptokeys.ds9a.nl. ahu.ds9a.nl. 2009071301 14400 3600 604800 3600 -1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. IN NSEC3 3600 1 [flags] 1 abcd VD844E5OI5854H79FNAA0F80NQO8BRF1 A NS SOA RRSIG NSEC3PARAM -1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... -2 . IN OPT 32768 +1 hiddencryptokeys.org. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... +1 hiddencryptokeys.org. 3600 IN SOA cryptokeys.ds9a.nl. ahu.ds9a.nl. 2009071301 14400 3600 604800 3600 +1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. 3600 IN NSEC3 1 [flags] 1 abcd VD844E5OI5854H79FNAA0F80NQO8BRF1 A NS SOA RRSIG NSEC3PARAM +1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hiddencryptokeys.org.', qtype=DNSKEY diff --git a/regression-tests/tests/cryptokeys/expected_result.nsec3 b/regression-tests/tests/cryptokeys/expected_result.nsec3 index af5aa67357..7ce42390dd 100644 --- a/regression-tests/tests/cryptokeys/expected_result.nsec3 +++ b/regression-tests/tests/cryptokeys/expected_result.nsec3 @@ -1,14 +1,14 @@ -0 cryptokeys.org. IN DNSKEY 3600 256 3 10 ... -0 cryptokeys.org. IN DNSKEY 3600 257 3 13 ... -0 cryptokeys.org. IN RRSIG 3600 DNSKEY 13 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... -0 cryptokeys.org. IN RRSIG 3600 DNSKEY 14 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... -2 . IN OPT 32768 +0 cryptokeys.org. 3600 IN DNSKEY 256 3 10 ... +0 cryptokeys.org. 3600 IN DNSKEY 257 3 13 ... +0 cryptokeys.org. 3600 IN RRSIG DNSKEY 13 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... +0 cryptokeys.org. 3600 IN RRSIG DNSKEY 14 2 3600 [expiry] [inception] [keytag] cryptokeys.org. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cryptokeys.org.', qtype=DNSKEY -1 hiddencryptokeys.org. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... -1 hiddencryptokeys.org. IN SOA 3600 cryptokeys.ds9a.nl. ahu.ds9a.nl. 2009071301 14400 3600 604800 3600 -1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. IN NSEC3 3600 1 [flags] 1 abcd VD844E5OI5854H79FNAA0F80NQO8BRF0 A NS SOA RRSIG NSEC3PARAM -1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... -2 . IN OPT 32768 +1 hiddencryptokeys.org. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... +1 hiddencryptokeys.org. 3600 IN SOA cryptokeys.ds9a.nl. ahu.ds9a.nl. 2009071301 14400 3600 604800 3600 +1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. 3600 IN NSEC3 1 [flags] 1 abcd VD844E5OI5854H79FNAA0F80NQO8BRF0 A NS SOA RRSIG NSEC3PARAM +1 vd844e5oi5854h79fnaa0f80nqo8brf0.hiddencryptokeys.org. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] hiddencryptokeys.org. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hiddencryptokeys.org.', qtype=DNSKEY diff --git a/regression-tests/tests/direct-dnskey/expected_result b/regression-tests/tests/direct-dnskey/expected_result index 7890cce0d0..0cfce021d0 100644 --- a/regression-tests/tests/direct-dnskey/expected_result +++ b/regression-tests/tests/direct-dnskey/expected_result @@ -1,4 +1,4 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=DNSKEY diff --git a/regression-tests/tests/direct-dnskey/expected_result.dnssec b/regression-tests/tests/direct-dnskey/expected_result.dnssec index 6fa731dfed..976cae2184 100644 --- a/regression-tests/tests/direct-dnskey/expected_result.dnssec +++ b/regression-tests/tests/direct-dnskey/expected_result.dnssec @@ -1,5 +1,5 @@ -0 example.com. IN DNSKEY 86400 257 3 13 ... -0 example.com. IN RRSIG 86400 DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 example.com. 86400 IN DNSKEY 257 3 13 ... +0 example.com. 86400 IN RRSIG DNSKEY 13 2 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=DNSKEY diff --git a/regression-tests/tests/direct-nsec-nxdomain/expected_result b/regression-tests/tests/direct-nsec-nxdomain/expected_result index eb7ac3e818..b3f678c2a0 100644 --- a/regression-tests/tests/direct-nsec-nxdomain/expected_result +++ b/regression-tests/tests/direct-nsec-nxdomain/expected_result @@ -1,4 +1,4 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host-1234x.example.com.', qtype=NSEC diff --git a/regression-tests/tests/direct-nsec-nxdomain/expected_result.dnssec b/regression-tests/tests/direct-nsec-nxdomain/expected_result.dnssec index fa82444fdf..75a042c176 100644 --- a/regression-tests/tests/direct-nsec-nxdomain/expected_result.dnssec +++ b/regression-tests/tests/direct-nsec-nxdomain/expected_result.dnssec @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 host-12349.example.com. IN NSEC 86400 host-1235.example.com. A RRSIG NSEC -1 host-12349.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 host-12349.example.com. 86400 IN NSEC host-1235.example.com. A RRSIG NSEC +1 host-12349.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host-1234x.example.com.', qtype=NSEC diff --git a/regression-tests/tests/direct-nsec-nxdomain/expected_result.narrow b/regression-tests/tests/direct-nsec-nxdomain/expected_result.narrow index 7e49a11632..af404cd993 100644 --- a/regression-tests/tests/direct-nsec-nxdomain/expected_result.narrow +++ b/regression-tests/tests/direct-nsec-nxdomain/expected_result.narrow @@ -1,11 +1,11 @@ -1 4jiv8rrf3verm9rp51f55587fbfms5g9.example.com. IN NSEC3 86400 1 [flags] 1 abcd 4JIV8RRF3VERM9RP51F55587FBFMS5GB -1 4jiv8rrf3verm9rp51f55587fbfms5g9.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 4jiv8rrf3verm9rp51f55587fbfms5g9.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 4JIV8RRF3VERM9RP51F55587FBFMS5GB +1 4jiv8rrf3verm9rp51f55587fbfms5g9.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host-1234x.example.com.', qtype=NSEC diff --git a/regression-tests/tests/direct-nsec-nxdomain/expected_result.nsec3 b/regression-tests/tests/direct-nsec-nxdomain/expected_result.nsec3 index 5f40ba9cbe..fe7d0d4c81 100644 --- a/regression-tests/tests/direct-nsec-nxdomain/expected_result.nsec3 +++ b/regression-tests/tests/direct-nsec-nxdomain/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 4j9ti2b4c7iibemvegh99nmoe5m72rb6.example.com. IN NSEC3 86400 1 [flags] 1 abcd 4JKT13JQPK715SGVL9KSRFVACKO95SV4 A RRSIG -1 4j9ti2b4c7iibemvegh99nmoe5m72rb6.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 4j9ti2b4c7iibemvegh99nmoe5m72rb6.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 4JKT13JQPK715SGVL9KSRFVACKO95SV4 A RRSIG +1 4j9ti2b4c7iibemvegh99nmoe5m72rb6.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='host-1234x.example.com.', qtype=NSEC diff --git a/regression-tests/tests/direct-nsec3param/expected_result b/regression-tests/tests/direct-nsec3param/expected_result index 8a0c13611e..80dbd932d1 100644 --- a/regression-tests/tests/direct-nsec3param/expected_result +++ b/regression-tests/tests/direct-nsec3param/expected_result @@ -1,7 +1,7 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM diff --git a/regression-tests/tests/direct-nsec3param/expected_result.dnssec b/regression-tests/tests/direct-nsec3param/expected_result.dnssec index 9a45f88526..3fb57524c2 100644 --- a/regression-tests/tests/direct-nsec3param/expected_result.dnssec +++ b/regression-tests/tests/direct-nsec3param/expected_result.dnssec @@ -1,10 +1,10 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM diff --git a/regression-tests/tests/direct-nsec3param/expected_result.narrow b/regression-tests/tests/direct-nsec3param/expected_result.narrow index f86656c93b..ea048f6ee5 100644 --- a/regression-tests/tests/direct-nsec3param/expected_result.narrow +++ b/regression-tests/tests/direct-nsec3param/expected_result.narrow @@ -1,8 +1,8 @@ -0 example.com. IN NSEC3PARAM 86400 1 0 1 abcd -0 example.com. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 example.com. 86400 IN NSEC3PARAM 1 0 1 abcd +0 example.com. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM -0 example.com. IN NSEC3PARAM 86400 1 0 1 abcd +0 example.com. 86400 IN NSEC3PARAM 1 0 1 abcd Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM diff --git a/regression-tests/tests/direct-nsec3param/expected_result.nsec3 b/regression-tests/tests/direct-nsec3param/expected_result.nsec3 index f86656c93b..ea048f6ee5 100644 --- a/regression-tests/tests/direct-nsec3param/expected_result.nsec3 +++ b/regression-tests/tests/direct-nsec3param/expected_result.nsec3 @@ -1,8 +1,8 @@ -0 example.com. IN NSEC3PARAM 86400 1 0 1 abcd -0 example.com. IN RRSIG 86400 NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 example.com. 86400 IN NSEC3PARAM 1 0 1 abcd +0 example.com. 86400 IN RRSIG NSEC3PARAM 13 2 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM -0 example.com. IN NSEC3PARAM 86400 1 0 1 abcd +0 example.com. 86400 IN NSEC3PARAM 1 0 1 abcd Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=NSEC3PARAM diff --git a/regression-tests/tests/direct-rrsig/expected_result b/regression-tests/tests/direct-rrsig/expected_result index bd42abb723..ec4a1d33b7 100644 --- a/regression-tests/tests/direct-rrsig/expected_result +++ b/regression-tests/tests/direct-rrsig/expected_result @@ -1,3 +1,3 @@ -2 . IN OPT 32768 +2 . 32768 IN OPT Rcode: 5 (Query Refused), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=RRSIG diff --git a/regression-tests/tests/direct-wildcard/expected_result b/regression-tests/tests/direct-wildcard/expected_result index 31fadb79df..b5847968a8 100644 --- a/regression-tests/tests/direct-wildcard/expected_result +++ b/regression-tests/tests/direct-wildcard/expected_result @@ -1,3 +1,3 @@ -0 www.something.wtest.com. IN A 3600 4.3.2.1 +0 www.something.wtest.com. 3600 IN A 4.3.2.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/dname-self/expected_result b/regression-tests/tests/dname-self/expected_result index 6c81e05d2f..16906d1cda 100644 --- a/regression-tests/tests/dname-self/expected_result +++ b/regression-tests/tests/dname-self/expected_result @@ -1,3 +1,3 @@ -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='d.test.com.', qtype=A diff --git a/regression-tests/tests/dname-too-long-synth/expected_result b/regression-tests/tests/dname-too-long-synth/expected_result index dd2d6579ff..2e77a14b96 100644 --- a/regression-tests/tests/dname-too-long-synth/expected_result +++ b/regression-tests/tests/dname-too-long-synth/expected_result @@ -1,4 +1,4 @@ -0 d.test.com. IN DNAME 3600 d2.test2.com. -2 . IN OPT 32768 +0 d.test.com. 3600 IN DNAME d2.test2.com. +2 . 32768 IN OPT Rcode: 6 (Name Exists when it should not), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.123456.www.d.test.com.', qtype=A diff --git a/regression-tests/tests/dname-too-long-synth/expected_result.dnssec b/regression-tests/tests/dname-too-long-synth/expected_result.dnssec index c3054a93f9..6e16ae24a5 100644 --- a/regression-tests/tests/dname-too-long-synth/expected_result.dnssec +++ b/regression-tests/tests/dname-too-long-synth/expected_result.dnssec @@ -1,5 +1,5 @@ -0 d.test.com. IN DNAME 3600 d2.test2.com. -0 d.test.com. IN RRSIG 3600 DNAME 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 +0 d.test.com. 3600 IN DNAME d2.test2.com. +0 d.test.com. 3600 IN RRSIG DNAME 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT Rcode: 6 (Name Exists when it should not), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.1234567890.123456.www.d.test.com.', qtype=A diff --git a/regression-tests/tests/dname/expected_result b/regression-tests/tests/dname/expected_result index 37f1c7e7bd..af4ea8d7ae 100644 --- a/regression-tests/tests/dname/expected_result +++ b/regression-tests/tests/dname/expected_result @@ -1,5 +1,5 @@ -0 d.test.com. IN DNAME 3600 d2.test2.com. -0 www.d.test.com. IN CNAME 3600 www.d2.test2.com. -2 . IN OPT 32768 +0 d.test.com. 3600 IN DNAME d2.test2.com. +0 www.d.test.com. 3600 IN CNAME www.d2.test2.com. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.d.test.com.', qtype=A diff --git a/regression-tests/tests/dname/expected_result.dnssec b/regression-tests/tests/dname/expected_result.dnssec index 24dbe8032f..8c024383c5 100644 --- a/regression-tests/tests/dname/expected_result.dnssec +++ b/regression-tests/tests/dname/expected_result.dnssec @@ -1,6 +1,6 @@ -0 d.test.com. IN DNAME 3600 d2.test2.com. -0 d.test.com. IN RRSIG 3600 DNAME 13 3 3600 [expiry] [inception] [keytag] test.com. ... -0 www.d.test.com. IN CNAME 3600 www.d2.test2.com. -2 . IN OPT 32768 +0 d.test.com. 3600 IN DNAME d2.test2.com. +0 d.test.com. 3600 IN RRSIG DNAME 13 3 3600 [expiry] [inception] [keytag] test.com. ... +0 www.d.test.com. 3600 IN CNAME www.d2.test2.com. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.d.test.com.', qtype=A diff --git a/regression-tests/tests/double-srv/expected_result b/regression-tests/tests/double-srv/expected_result index 4977182dd5..a768166c18 100644 --- a/regression-tests/tests/double-srv/expected_result +++ b/regression-tests/tests/double-srv/expected_result @@ -1,5 +1,5 @@ -0 _double._tcp.dc.test.com. IN SRV 3600 0 100 389 server1.test.com. -0 _double._tcp.dc.test.com. IN SRV 3600 1 100 389 server1.test.com. -2 server1.test.com. IN A 3600 1.2.3.4 +0 _double._tcp.dc.test.com. 3600 IN SRV 0 100 389 server1.test.com. +0 _double._tcp.dc.test.com. 3600 IN SRV 1 100 389 server1.test.com. +2 server1.test.com. 3600 IN A 1.2.3.4 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='_double._tcp.dc.test.com.', qtype=SRV diff --git a/regression-tests/tests/double/expected_result b/regression-tests/tests/double/expected_result index e8c083124e..d45d04abc6 100644 --- a/regression-tests/tests/double/expected_result +++ b/regression-tests/tests/double/expected_result @@ -1,4 +1,4 @@ -0 double.example.com. IN A 120 192.168.5.1 -2 . IN OPT 32768 +0 double.example.com. 120 IN A 192.168.5.1 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='double.example.com.', qtype=A diff --git a/regression-tests/tests/double/expected_result.dnssec b/regression-tests/tests/double/expected_result.dnssec index 282bc1511f..3dcb7258a1 100644 --- a/regression-tests/tests/double/expected_result.dnssec +++ b/regression-tests/tests/double/expected_result.dnssec @@ -1,5 +1,5 @@ -0 double.example.com. IN A 120 192.168.5.1 -0 double.example.com. IN RRSIG 120 A 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 double.example.com. 120 IN A 192.168.5.1 +0 double.example.com. 120 IN RRSIG A 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='double.example.com.', qtype=A diff --git a/regression-tests/tests/ds-at-apex-noerror/expected_result b/regression-tests/tests/ds-at-apex-noerror/expected_result index d68238ff8c..c6eb39cd1a 100644 --- a/regression-tests/tests/ds-at-apex-noerror/expected_result +++ b/regression-tests/tests/ds-at-apex-noerror/expected_result @@ -1,4 +1,4 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-apex-noerror/expected_result.dnssec b/regression-tests/tests/ds-at-apex-noerror/expected_result.dnssec index f668ae2542..da420cca1c 100644 --- a/regression-tests/tests/ds-at-apex-noerror/expected_result.dnssec +++ b/regression-tests/tests/ds-at-apex-noerror/expected_result.dnssec @@ -1,7 +1,7 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-apex-noerror/expected_result.narrow b/regression-tests/tests/ds-at-apex-noerror/expected_result.narrow index c51cd21642..f8ca842bd6 100644 --- a/regression-tests/tests/ds-at-apex-noerror/expected_result.narrow +++ b/regression-tests/tests/ds-at-apex-noerror/expected_result.narrow @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-apex-noerror/expected_result.nsec3 b/regression-tests/tests/ds-at-apex-noerror/expected_result.nsec3 index 8df160217b..7da5226b59 100644 --- a/regression-tests/tests/ds-at-apex-noerror/expected_result.nsec3 +++ b/regression-tests/tests/ds-at-apex-noerror/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-both-sides/expected_result b/regression-tests/tests/ds-at-both-sides/expected_result index e39f397f9b..5b7cef9490 100644 --- a/regression-tests/tests/ds-at-both-sides/expected_result +++ b/regression-tests/tests/ds-at-both-sides/expected_result @@ -1,5 +1,5 @@ -0 secure-delegated.dnssec-parent.com. IN DS 3600 54319 8 2 a0b9c38cd324182af0ef66830d0a0e85a1d58979c9834e18c871779e040857b7 -0 secure-delegated.dnssec-parent.com. IN RRSIG 3600 DS 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -2 . IN OPT 32768 +0 secure-delegated.dnssec-parent.com. 3600 IN DS 54319 8 2 a0b9c38cd324182af0ef66830d0a0e85a1d58979c9834e18c871779e040857b7 +0 secure-delegated.dnssec-parent.com. 3600 IN RRSIG DS 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='secure-delegated.dnssec-parent.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-parent/expected_result b/regression-tests/tests/ds-at-parent/expected_result index 97172cc7f8..e81e2053f7 100644 --- a/regression-tests/tests/ds-at-parent/expected_result +++ b/regression-tests/tests/ds-at-parent/expected_result @@ -1,3 +1,3 @@ -1 secure-delegated.dnssec-parent.com. IN SOA 3600 ns1.secure-delegated.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 secure-delegated.dnssec-parent.com. 3600 IN SOA ns1.secure-delegated.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='something.secure-delegated.dnssec-parent.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-secure-delegation/expected_result b/regression-tests/tests/ds-at-secure-delegation/expected_result index 0f8143a561..492c40d15e 100644 --- a/regression-tests/tests/ds-at-secure-delegation/expected_result +++ b/regression-tests/tests/ds-at-secure-delegation/expected_result @@ -1,4 +1,4 @@ -0 dsdelegation.example.com. IN DS 120 28129 8 1 caf1eaaecdabe7616670788f9022454bf5fd9fda -2 . IN OPT 32768 +0 dsdelegation.example.com. 120 IN DS 28129 8 1 caf1eaaecdabe7616670788f9022454bf5fd9fda +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='dsdelegation.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-secure-delegation/expected_result.dnssec b/regression-tests/tests/ds-at-secure-delegation/expected_result.dnssec index c31ca2f5fa..33061cf0e1 100644 --- a/regression-tests/tests/ds-at-secure-delegation/expected_result.dnssec +++ b/regression-tests/tests/ds-at-secure-delegation/expected_result.dnssec @@ -1,5 +1,5 @@ -0 dsdelegation.example.com. IN DS 120 28129 8 1 caf1eaaecdabe7616670788f9022454bf5fd9fda -0 dsdelegation.example.com. IN RRSIG 120 DS 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 dsdelegation.example.com. 120 IN DS 28129 8 1 caf1eaaecdabe7616670788f9022454bf5fd9fda +0 dsdelegation.example.com. 120 IN RRSIG DS 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='dsdelegation.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-delegation/expected_result b/regression-tests/tests/ds-at-unsecure-delegation/expected_result index a43425bed7..d7c60022b4 100644 --- a/regression-tests/tests/ds-at-unsecure-delegation/expected_result +++ b/regression-tests/tests/ds-at-unsecure-delegation/expected_result @@ -1,4 +1,4 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.dnssec b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.dnssec index de91e66b7f..59e4ecec44 100644 --- a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.dnssec +++ b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.dnssec @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 usa.example.com. IN NSEC 86400 *.w1.example.com. NS RRSIG NSEC -1 usa.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 usa.example.com. 86400 IN NSEC *.w1.example.com. NS RRSIG NSEC +1 usa.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.narrow b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.narrow index 56cc1fc02e..530fc4f3fd 100644 --- a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.narrow +++ b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.narrow @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN NSEC3 86400 1 1 1 abcd T67RQVQPRIGD7RTB5FAH6C3O7G9TH3J1 NS -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN NSEC3 1 1 1 abcd T67RQVQPRIGD7RTB5FAH6C3O7G9TH3J1 NS +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3 b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3 index 5a0871bd47..1000b4ba9c 100644 --- a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3 +++ b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN NSEC3 86400 1 0 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO NS -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN NSEC3 1 0 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO NS +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3-optout b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3-optout index 6ba2bb3b60..6e44723a87 100644 --- a/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3-optout +++ b/regression-tests/tests/ds-at-unsecure-delegation/expected_result.nsec3-optout @@ -1,9 +1,9 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. IN NSEC3 86400 1 1 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO A RRSIG -1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. 86400 IN NSEC3 1 1 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO A RRSIG +1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result index 1f8a9c6c79..2cbbabad31 100644 --- a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result +++ b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result @@ -1,4 +1,4 @@ -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delegated.dnssec-parent.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.dnssec b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.dnssec index 03b9a2e53a..ac21f93603 100644 --- a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.dnssec +++ b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.dnssec @@ -1,7 +1,7 @@ -1 delegated.dnssec-parent.com. IN NSEC 3600 insecure.dnssec-parent.com. NS RRSIG NSEC -1 delegated.dnssec-parent.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 delegated.dnssec-parent.com. 3600 IN NSEC insecure.dnssec-parent.com. NS RRSIG NSEC +1 delegated.dnssec-parent.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delegated.dnssec-parent.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.narrow b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.narrow index fb35b4bce0..e5ebc7d4e7 100644 --- a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.narrow +++ b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.narrow @@ -1,7 +1,7 @@ -1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. IN NSEC3 3600 1 1 1 abcd BE6IQH4FJRTDHACQK7G3IQ96QCVF2QOK NS -1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. 3600 IN NSEC3 1 1 1 abcd BE6IQH4FJRTDHACQK7G3IQ96QCVF2QOK NS +1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delegated.dnssec-parent.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3 b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3 index 6d3c991732..0be70184f2 100644 --- a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3 +++ b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. IN NSEC3 3600 1 0 1 abcd BT0PJS6CH1JQ6I3QEVR9U5HQBBB8B2M4 NS -1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. 3600 IN NSEC3 1 0 1 abcd BT0PJS6CH1JQ6I3QEVR9U5HQBBB8B2M4 NS +1 be6iqh4fjrtdhacqk7g3iq96qcvf2qoj.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delegated.dnssec-parent.com.', qtype=DS diff --git a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3-optout b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3-optout index aa2cafbf23..96aff471d8 100644 --- a/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3-optout +++ b/regression-tests/tests/ds-at-unsecure-zone-cut/expected_result.nsec3-optout @@ -1,9 +1,9 @@ -1 7on3vems0f8k9999ikei0ig4lfijekdr.dnssec-parent.com. IN NSEC3 3600 1 1 1 abcd DVKUO8KJA65GCSQ600E6DI9U719LSJ8U NS DS RRSIG -1 7on3vems0f8k9999ikei0ig4lfijekdr.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -1 dvkuo8kja65gcsq600e6di9u719lsj8u.dnssec-parent.com. IN NSEC3 3600 1 1 1 abcd NIH4L3ODLUG7EN20PENJ8DGNU4OHC98F A NS SOA RRSIG DNSKEY NSEC3PARAM CDS CDNSKEY -1 dvkuo8kja65gcsq600e6di9u719lsj8u.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -2 . IN OPT 32768 +1 7on3vems0f8k9999ikei0ig4lfijekdr.dnssec-parent.com. 3600 IN NSEC3 1 1 1 abcd DVKUO8KJA65GCSQ600E6DI9U719LSJ8U NS DS RRSIG +1 7on3vems0f8k9999ikei0ig4lfijekdr.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 dvkuo8kja65gcsq600e6di9u719lsj8u.dnssec-parent.com. 3600 IN NSEC3 1 1 1 abcd NIH4L3ODLUG7EN20PENJ8DGNU4OHC98F A NS SOA RRSIG DNSKEY NSEC3PARAM CDS CDNSKEY +1 dvkuo8kja65gcsq600e6di9u719lsj8u.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='delegated.dnssec-parent.com.', qtype=DS diff --git a/regression-tests/tests/ds-inside-delegation/expected_result b/regression-tests/tests/ds-inside-delegation/expected_result index f45f85ff1d..aa12757d22 100644 --- a/regression-tests/tests/ds-inside-delegation/expected_result +++ b/regression-tests/tests/ds-inside-delegation/expected_result @@ -1,7 +1,7 @@ -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -2 . IN OPT 32768 -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +2 . 32768 IN OPT +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='sub.usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-inside-delegation/expected_result.dnssec b/regression-tests/tests/ds-inside-delegation/expected_result.dnssec index 8f3ebb950b..43cf0ef1f6 100644 --- a/regression-tests/tests/ds-inside-delegation/expected_result.dnssec +++ b/regression-tests/tests/ds-inside-delegation/expected_result.dnssec @@ -1,9 +1,9 @@ -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -1 usa.example.com. IN NSEC 86400 *.w1.example.com. NS RRSIG NSEC -1 usa.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +1 usa.example.com. 86400 IN NSEC *.w1.example.com. NS RRSIG NSEC +1 usa.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='sub.usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-inside-delegation/expected_result.narrow b/regression-tests/tests/ds-inside-delegation/expected_result.narrow index eb5b3691b9..0050dbcc89 100644 --- a/regression-tests/tests/ds-inside-delegation/expected_result.narrow +++ b/regression-tests/tests/ds-inside-delegation/expected_result.narrow @@ -1,9 +1,9 @@ -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN NSEC3 86400 1 1 1 abcd T67RQVQPRIGD7RTB5FAH6C3O7G9TH3J1 NS -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -2 . IN OPT 32768 -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN NSEC3 1 1 1 abcd T67RQVQPRIGD7RTB5FAH6C3O7G9TH3J1 NS +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +2 . 32768 IN OPT +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='sub.usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-inside-delegation/expected_result.nsec3 b/regression-tests/tests/ds-inside-delegation/expected_result.nsec3 index df3fa6aa97..6cfe9e8399 100644 --- a/regression-tests/tests/ds-inside-delegation/expected_result.nsec3 +++ b/regression-tests/tests/ds-inside-delegation/expected_result.nsec3 @@ -1,9 +1,9 @@ -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN NSEC3 86400 1 0 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO NS -1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -2 . IN OPT 32768 -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN NSEC3 1 0 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO NS +1 t67rqvqprigd7rtb5fah6c3o7g9th3j0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +2 . 32768 IN OPT +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='sub.usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ds-inside-delegation/expected_result.nsec3-optout b/regression-tests/tests/ds-inside-delegation/expected_result.nsec3-optout index 435dc69335..c31c40dded 100644 --- a/regression-tests/tests/ds-inside-delegation/expected_result.nsec3-optout +++ b/regression-tests/tests/ds-inside-delegation/expected_result.nsec3-optout @@ -1,11 +1,11 @@ -1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. IN NSEC3 86400 1 1 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO A RRSIG -1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. 86400 IN NSEC3 1 1 1 abcd T6A44A7N1B90T5RIS4IBQKT51MMDL0LO A RRSIG +1 t66sektb7egvs7s57m1qged4h6809g8s.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 1 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='sub.usa.example.com.', qtype=DS diff --git a/regression-tests/tests/ent-any/expected_result b/regression-tests/tests/ent-any/expected_result index 4bc573a53b..33bd431b0b 100644 --- a/regression-tests/tests/ent-any/expected_result +++ b/regression-tests/tests/ent-any/expected_result @@ -1,4 +1,4 @@ -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=ANY diff --git a/regression-tests/tests/ent-any/expected_result.dnssec b/regression-tests/tests/ent-any/expected_result.dnssec index 48d512cd49..79621e8313 100644 --- a/regression-tests/tests/ent-any/expected_result.dnssec +++ b/regression-tests/tests/ent-any/expected_result.dnssec @@ -1,7 +1,7 @@ -1 blah.test.com. IN NSEC 3600 b.c.test.com. NS RRSIG NSEC -1 blah.test.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 blah.test.com. 3600 IN NSEC b.c.test.com. NS RRSIG NSEC +1 blah.test.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=ANY diff --git a/regression-tests/tests/ent-any/expected_result.narrow b/regression-tests/tests/ent-any/expected_result.narrow index 07c211d3db..be91f13099 100644 --- a/regression-tests/tests/ent-any/expected_result.narrow +++ b/regression-tests/tests/ent-any/expected_result.narrow @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 1 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G5 -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 1 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G5 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=ANY diff --git a/regression-tests/tests/ent-any/expected_result.nsec3 b/regression-tests/tests/ent-any/expected_result.nsec3 index 119dfe5e4a..6a16f770fa 100644 --- a/regression-tests/tests/ent-any/expected_result.nsec3 +++ b/regression-tests/tests/ent-any/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 0 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KB -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 0 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KB +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=ANY diff --git a/regression-tests/tests/ent-any/expected_result.nsec3-optout b/regression-tests/tests/ent-any/expected_result.nsec3-optout index fe01220371..1a3aec7335 100644 --- a/regression-tests/tests/ent-any/expected_result.nsec3-optout +++ b/regression-tests/tests/ent-any/expected_result.nsec3-optout @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=ANY diff --git a/regression-tests/tests/ent-asterisk/expected_result b/regression-tests/tests/ent-asterisk/expected_result index 16ac752a65..c07355b8cd 100644 --- a/regression-tests/tests/ent-asterisk/expected_result +++ b/regression-tests/tests/ent-asterisk/expected_result @@ -1,4 +1,4 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='sub.host.sub.example.com.', qtype=A diff --git a/regression-tests/tests/ent-asterisk/expected_result.dnssec b/regression-tests/tests/ent-asterisk/expected_result.dnssec index fcbcc4b846..6be3db6d85 100644 --- a/regression-tests/tests/ent-asterisk/expected_result.dnssec +++ b/regression-tests/tests/ent-asterisk/expected_result.dnssec @@ -1,9 +1,9 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 host.*.sub.example.com. IN NSEC 86400 bar.svcb.example.com. A RRSIG NSEC -1 host.*.sub.example.com. IN RRSIG 86400 NSEC 13 5 86400 [expiry] [inception] [keytag] example.com. ... -1 start4.example.com. IN NSEC 86400 host.*.sub.example.com. A RRSIG NSEC -1 start4.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 host.*.sub.example.com. 86400 IN NSEC bar.svcb.example.com. A RRSIG NSEC +1 host.*.sub.example.com. 86400 IN RRSIG NSEC 13 5 86400 [expiry] [inception] [keytag] example.com. ... +1 start4.example.com. 86400 IN NSEC host.*.sub.example.com. A RRSIG NSEC +1 start4.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='sub.host.sub.example.com.', qtype=A diff --git a/regression-tests/tests/ent-asterisk/expected_result.narrow b/regression-tests/tests/ent-asterisk/expected_result.narrow index 4f1faaa13f..d0f8c68d65 100644 --- a/regression-tests/tests/ent-asterisk/expected_result.narrow +++ b/regression-tests/tests/ent-asterisk/expected_result.narrow @@ -1,11 +1,11 @@ -1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5UI8H56R4776MAICVHPDEGS6CHR19I9A -1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 hhrsadparthvtuou67trentjstdodla0.example.com. IN NSEC3 86400 1 [flags] 1 abcd HHRSADPARTHVTUOU67TRENTJSTDODLA1 -1 hhrsadparthvtuou67trentjstdodla0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 pbl3rtqv3mt7eb29gqp0a17o0h42nj76.example.com. IN NSEC3 86400 1 [flags] 1 abcd PBL3RTQV3MT7EB29GQP0A17O0H42NJ78 -1 pbl3rtqv3mt7eb29gqp0a17o0h42nj76.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5UI8H56R4776MAICVHPDEGS6CHR19I9A +1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 hhrsadparthvtuou67trentjstdodla0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd HHRSADPARTHVTUOU67TRENTJSTDODLA1 +1 hhrsadparthvtuou67trentjstdodla0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 pbl3rtqv3mt7eb29gqp0a17o0h42nj76.example.com. 86400 IN NSEC3 1 [flags] 1 abcd PBL3RTQV3MT7EB29GQP0A17O0H42NJ78 +1 pbl3rtqv3mt7eb29gqp0a17o0h42nj76.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='sub.host.sub.example.com.', qtype=A diff --git a/regression-tests/tests/ent-asterisk/expected_result.nsec3 b/regression-tests/tests/ent-asterisk/expected_result.nsec3 index 3de5022735..04967be403 100644 --- a/regression-tests/tests/ent-asterisk/expected_result.nsec3 +++ b/regression-tests/tests/ent-asterisk/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5UMB87SUFNRRMLILGL48A5GUUHG7RI58 -1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 hhrsadparthvtuou67trentjstdodla0.example.com. IN NSEC3 86400 1 [flags] 1 abcd HHTKKD5HB125SGANBTKMQK84LULH60LH -1 hhrsadparthvtuou67trentjstdodla0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 pbkjnd53pnsru5jmaqnk3k936pv2pq5j.example.com. IN NSEC3 86400 1 [flags] 1 abcd PBL4SE96F8T4H4Q24UQMRQ4KS96AHPV3 A RRSIG -1 pbkjnd53pnsru5jmaqnk3k936pv2pq5j.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5UMB87SUFNRRMLILGL48A5GUUHG7RI58 +1 5ui8h56r4776maicvhpdegs6chr19i99.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 hhrsadparthvtuou67trentjstdodla0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd HHTKKD5HB125SGANBTKMQK84LULH60LH +1 hhrsadparthvtuou67trentjstdodla0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 pbkjnd53pnsru5jmaqnk3k936pv2pq5j.example.com. 86400 IN NSEC3 1 [flags] 1 abcd PBL4SE96F8T4H4Q24UQMRQ4KS96AHPV3 A RRSIG +1 pbkjnd53pnsru5jmaqnk3k936pv2pq5j.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='sub.host.sub.example.com.', qtype=A diff --git a/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.dnssec b/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.dnssec index 603e87d85d..52487ef613 100644 --- a/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.dnssec +++ b/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.dnssec @@ -1,7 +1,7 @@ -1 b.c.test.com. IN NSEC 3600 *.a.b.c.test.com. A RRSIG NSEC -1 b.c.test.com. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 b.c.test.com. 3600 IN NSEC *.a.b.c.test.com. A RRSIG NSEC +1 b.c.test.com. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.c.test.com.', qtype=TXT diff --git a/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.narrow b/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.narrow index 314cc70ca2..f944375796 100644 --- a/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.narrow +++ b/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.narrow @@ -1,7 +1,7 @@ -1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. IN NSEC3 3600 1 [flags] 1 abcd A5LABAGJJEVR86GH0HF3JG7NUFHGA5AS A RRSIG -1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. 3600 IN NSEC3 1 [flags] 1 abcd A5LABAGJJEVR86GH0HF3JG7NUFHGA5AS A RRSIG +1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.c.test.com.', qtype=TXT diff --git a/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.nsec3 b/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.nsec3 index f31d9f153b..88e1f3afbd 100644 --- a/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.nsec3 +++ b/regression-tests/tests/ent-rr-enclosed-in-ent/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. IN NSEC3 3600 1 [flags] 1 abcd AOVP95MR44HQEFRQUS6NOMSD944BM3VB A RRSIG -1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. 3600 IN NSEC3 1 [flags] 1 abcd AOVP95MR44HQEFRQUS6NOMSD944BM3VB A RRSIG +1 a5labagjjevr86gh0hf3jg7nufhga5ar.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='b.c.test.com.', qtype=TXT diff --git a/regression-tests/tests/ent-soa/expected_result b/regression-tests/tests/ent-soa/expected_result index bd9a668a99..89a760f74b 100644 --- a/regression-tests/tests/ent-soa/expected_result +++ b/regression-tests/tests/ent-soa/expected_result @@ -1,4 +1,4 @@ -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=SOA diff --git a/regression-tests/tests/ent-soa/expected_result.dnssec b/regression-tests/tests/ent-soa/expected_result.dnssec index d8346bcd0b..e79cd55ff5 100644 --- a/regression-tests/tests/ent-soa/expected_result.dnssec +++ b/regression-tests/tests/ent-soa/expected_result.dnssec @@ -1,7 +1,7 @@ -1 blah.test.com. IN NSEC 3600 b.c.test.com. NS RRSIG NSEC -1 blah.test.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 blah.test.com. 3600 IN NSEC b.c.test.com. NS RRSIG NSEC +1 blah.test.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=SOA diff --git a/regression-tests/tests/ent-soa/expected_result.narrow b/regression-tests/tests/ent-soa/expected_result.narrow index dc6c27b753..4e7f9645d5 100644 --- a/regression-tests/tests/ent-soa/expected_result.narrow +++ b/regression-tests/tests/ent-soa/expected_result.narrow @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 1 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G5 -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 1 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G5 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=SOA diff --git a/regression-tests/tests/ent-soa/expected_result.nsec3 b/regression-tests/tests/ent-soa/expected_result.nsec3 index 1d99f83a2a..893c9262c8 100644 --- a/regression-tests/tests/ent-soa/expected_result.nsec3 +++ b/regression-tests/tests/ent-soa/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 0 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KB -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 0 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KB +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=SOA diff --git a/regression-tests/tests/ent-soa/expected_result.nsec3-optout b/regression-tests/tests/ent-soa/expected_result.nsec3-optout index 4a70c16df9..dfa3fb3af9 100644 --- a/regression-tests/tests/ent-soa/expected_result.nsec3-optout +++ b/regression-tests/tests/ent-soa/expected_result.nsec3-optout @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=SOA diff --git a/regression-tests/tests/ent-unsigned-delegation/expected_result b/regression-tests/tests/ent-unsigned-delegation/expected_result index 81e37590bc..41fecb90ba 100644 --- a/regression-tests/tests/ent-unsigned-delegation/expected_result +++ b/regression-tests/tests/ent-unsigned-delegation/expected_result @@ -1,4 +1,4 @@ -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ent.ent.auth-ent.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/ent-unsigned-delegation/expected_result.dnssec b/regression-tests/tests/ent-unsigned-delegation/expected_result.dnssec index f7edf1b5e5..6a7cb56858 100644 --- a/regression-tests/tests/ent-unsigned-delegation/expected_result.dnssec +++ b/regression-tests/tests/ent-unsigned-delegation/expected_result.dnssec @@ -1,7 +1,7 @@ -1 dnssec-parent.com. IN NSEC 3600 insecure-delegated.ent.ent.auth-ent.dnssec-parent.com. A NS SOA RRSIG NSEC DNSKEY CDS CDNSKEY -1 dnssec-parent.com. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 dnssec-parent.com. 3600 IN NSEC insecure-delegated.ent.ent.auth-ent.dnssec-parent.com. A NS SOA RRSIG NSEC DNSKEY CDS CDNSKEY +1 dnssec-parent.com. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ent.ent.auth-ent.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/ent-unsigned-delegation/expected_result.narrow b/regression-tests/tests/ent-unsigned-delegation/expected_result.narrow index bb5e390030..f171ee2607 100644 --- a/regression-tests/tests/ent-unsigned-delegation/expected_result.narrow +++ b/regression-tests/tests/ent-unsigned-delegation/expected_result.narrow @@ -1,7 +1,7 @@ -1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. IN NSEC3 3600 1 1 1 abcd 7R6PBISCIPOT7MD4QJKEA2LGRD2SRR1A -1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. 3600 IN NSEC3 1 1 1 abcd 7R6PBISCIPOT7MD4QJKEA2LGRD2SRR1A +1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ent.ent.auth-ent.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3 b/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3 index 816d7ebff1..d064071caa 100644 --- a/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3 +++ b/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. IN NSEC3 3600 1 0 1 abcd BE6IQH4FJRTDHACQK7G3IQ96QCVF2QOJ -1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. 3600 IN NSEC3 1 0 1 abcd BE6IQH4FJRTDHACQK7G3IQ96QCVF2QOJ +1 7r6pbiscipot7md4qjkea2lgrd2srr19.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ent.ent.auth-ent.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3-optout b/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3-optout index 8880e3211b..cba2aa1ea6 100644 --- a/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3-optout +++ b/regression-tests/tests/ent-unsigned-delegation/expected_result.nsec3-optout @@ -1,9 +1,9 @@ -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -1 nih4l3odlug7en20penj8dgnu4ohc98f.dnssec-parent.com. IN NSEC3 3600 1 1 1 abcd QOQSRIQRVI1G1QL3TPPH2248Q9LDPEPF -1 nih4l3odlug7en20penj8dgnu4ohc98f.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 qoqsriqrvi1g1ql3tpph2248q9ldpepf.dnssec-parent.com. IN NSEC3 3600 1 1 1 abcd 1SCAQA30LQ0DO5EIRNE4KPJFBEBFGR54 A RRSIG -1 qoqsriqrvi1g1ql3tpph2248q9ldpepf.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -2 . IN OPT 32768 +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 nih4l3odlug7en20penj8dgnu4ohc98f.dnssec-parent.com. 3600 IN NSEC3 1 1 1 abcd QOQSRIQRVI1G1QL3TPPH2248Q9LDPEPF +1 nih4l3odlug7en20penj8dgnu4ohc98f.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 qoqsriqrvi1g1ql3tpph2248q9ldpepf.dnssec-parent.com. 3600 IN NSEC3 1 1 1 abcd 1SCAQA30LQ0DO5EIRNE4KPJFBEBFGR54 A RRSIG +1 qoqsriqrvi1g1ql3tpph2248q9ldpepf.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ent.ent.auth-ent.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/ent-wildcard-below-ent/expected_result b/regression-tests/tests/ent-wildcard-below-ent/expected_result index 7b3d462931..aae69d278d 100644 --- a/regression-tests/tests/ent-wildcard-below-ent/expected_result +++ b/regression-tests/tests/ent-wildcard-below-ent/expected_result @@ -1,4 +1,4 @@ -0 something.a.b.c.test.com. IN A 3600 8.7.6.5 -2 . IN OPT 32768 +0 something.a.b.c.test.com. 3600 IN A 8.7.6.5 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='something.a.b.c.test.com.', qtype=A diff --git a/regression-tests/tests/ent-wildcard-below-ent/expected_result.dnssec b/regression-tests/tests/ent-wildcard-below-ent/expected_result.dnssec index 4a6ac0ef25..a9dd716784 100644 --- a/regression-tests/tests/ent-wildcard-below-ent/expected_result.dnssec +++ b/regression-tests/tests/ent-wildcard-below-ent/expected_result.dnssec @@ -1,7 +1,7 @@ -0 something.a.b.c.test.com. IN A 3600 8.7.6.5 -0 something.a.b.c.test.com. IN RRSIG 3600 A 13 5 3600 [expiry] [inception] [keytag] test.com. ... -1 *.a.b.c.test.com. IN NSEC 3600 counter.test.com. A RRSIG NSEC -1 *.a.b.c.test.com. IN RRSIG 3600 NSEC 13 5 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 +0 something.a.b.c.test.com. 3600 IN A 8.7.6.5 +0 something.a.b.c.test.com. 3600 IN RRSIG A 13 5 3600 [expiry] [inception] [keytag] test.com. ... +1 *.a.b.c.test.com. 3600 IN NSEC counter.test.com. A RRSIG NSEC +1 *.a.b.c.test.com. 3600 IN RRSIG NSEC 13 5 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='something.a.b.c.test.com.', qtype=A diff --git a/regression-tests/tests/ent-wildcard-below-ent/expected_result.narrow b/regression-tests/tests/ent-wildcard-below-ent/expected_result.narrow index 18724720e8..36734a97a1 100644 --- a/regression-tests/tests/ent-wildcard-below-ent/expected_result.narrow +++ b/regression-tests/tests/ent-wildcard-below-ent/expected_result.narrow @@ -1,7 +1,7 @@ -0 something.a.b.c.test.com. IN A 3600 8.7.6.5 -0 something.a.b.c.test.com. IN RRSIG 3600 A 13 5 3600 [expiry] [inception] [keytag] test.com. ... -1 qjeirdhb04ir4vbs5pbbhbue69dlq9nr.test.com. IN NSEC3 3600 1 [flags] 1 abcd QJEIRDHB04IR4VBS5PBBHBUE69DLQ9NT -1 qjeirdhb04ir4vbs5pbbhbue69dlq9nr.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 +0 something.a.b.c.test.com. 3600 IN A 8.7.6.5 +0 something.a.b.c.test.com. 3600 IN RRSIG A 13 5 3600 [expiry] [inception] [keytag] test.com. ... +1 qjeirdhb04ir4vbs5pbbhbue69dlq9nr.test.com. 3600 IN NSEC3 1 [flags] 1 abcd QJEIRDHB04IR4VBS5PBBHBUE69DLQ9NT +1 qjeirdhb04ir4vbs5pbbhbue69dlq9nr.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='something.a.b.c.test.com.', qtype=A diff --git a/regression-tests/tests/ent-wildcard-below-ent/expected_result.nsec3 b/regression-tests/tests/ent-wildcard-below-ent/expected_result.nsec3 index e4556b3835..f55b269427 100644 --- a/regression-tests/tests/ent-wildcard-below-ent/expected_result.nsec3 +++ b/regression-tests/tests/ent-wildcard-below-ent/expected_result.nsec3 @@ -1,7 +1,7 @@ -0 something.a.b.c.test.com. IN A 3600 8.7.6.5 -0 something.a.b.c.test.com. IN RRSIG 3600 A 13 5 3600 [expiry] [inception] [keytag] test.com. ... -1 qd81ag9inqts1ocs7api0pji94k27btr.test.com. IN NSEC3 3600 1 [flags] 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G4 CNAME RRSIG -1 qd81ag9inqts1ocs7api0pji94k27btr.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 +0 something.a.b.c.test.com. 3600 IN A 8.7.6.5 +0 something.a.b.c.test.com. 3600 IN RRSIG A 13 5 3600 [expiry] [inception] [keytag] test.com. ... +1 qd81ag9inqts1ocs7api0pji94k27btr.test.com. 3600 IN NSEC3 1 [flags] 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G4 CNAME RRSIG +1 qd81ag9inqts1ocs7api0pji94k27btr.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='something.a.b.c.test.com.', qtype=A diff --git a/regression-tests/tests/ent/expected_result b/regression-tests/tests/ent/expected_result index b0d28ac635..ee339350ab 100644 --- a/regression-tests/tests/ent/expected_result +++ b/regression-tests/tests/ent/expected_result @@ -1,4 +1,4 @@ -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=A diff --git a/regression-tests/tests/ent/expected_result.dnssec b/regression-tests/tests/ent/expected_result.dnssec index b44bcb568f..7dd84cf291 100644 --- a/regression-tests/tests/ent/expected_result.dnssec +++ b/regression-tests/tests/ent/expected_result.dnssec @@ -1,7 +1,7 @@ -1 blah.test.com. IN NSEC 3600 b.c.test.com. NS RRSIG NSEC -1 blah.test.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 blah.test.com. 3600 IN NSEC b.c.test.com. NS RRSIG NSEC +1 blah.test.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=A diff --git a/regression-tests/tests/ent/expected_result.narrow b/regression-tests/tests/ent/expected_result.narrow index 959c581a44..673e2b3340 100644 --- a/regression-tests/tests/ent/expected_result.narrow +++ b/regression-tests/tests/ent/expected_result.narrow @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 1 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G5 -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 1 1 abcd S6G5SHC1JVOVL5FL9E943ADLONQLN7G5 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=A diff --git a/regression-tests/tests/ent/expected_result.nsec3 b/regression-tests/tests/ent/expected_result.nsec3 index b7c8ce0030..6b06fdb73f 100644 --- a/regression-tests/tests/ent/expected_result.nsec3 +++ b/regression-tests/tests/ent/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 0 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KB -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 0 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KB +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=A diff --git a/regression-tests/tests/ent/expected_result.nsec3-optout b/regression-tests/tests/ent/expected_result.nsec3-optout index f4058c4f2f..6f2e78dc01 100644 --- a/regression-tests/tests/ent/expected_result.nsec3-optout +++ b/regression-tests/tests/ent/expected_result.nsec3-optout @@ -1,7 +1,7 @@ -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='c.test.com.', qtype=A diff --git a/regression-tests/tests/escaped-txt/expected_result b/regression-tests/tests/escaped-txt/expected_result index 5cc5be1b2b..dc7354fa88 100644 --- a/regression-tests/tests/escaped-txt/expected_result +++ b/regression-tests/tests/escaped-txt/expected_result @@ -1,12 +1,12 @@ -0 text0.example.com. IN TXT 120 "k=rsa; p=one" +0 text0.example.com. 120 IN TXT "k=rsa; p=one" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='text0.example.com.', qtype=TXT -0 text1.example.com. IN TXT 120 "k=rsa; p=one" +0 text1.example.com. 120 IN TXT "k=rsa; p=one" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='text1.example.com.', qtype=TXT -0 text2.example.com. IN TXT 120 "k=rsa\\; p=one" +0 text2.example.com. 120 IN TXT "k=rsa\\; p=one" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='text2.example.com.', qtype=TXT -0 text3.example.com. IN TXT 120 "k=rsa\\; p=one" +0 text3.example.com. 120 IN TXT "k=rsa\\; p=one" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='text3.example.com.', qtype=TXT diff --git a/regression-tests/tests/external-cname-pointer/expected_result b/regression-tests/tests/external-cname-pointer/expected_result index a83476a2d6..24290fcda7 100644 --- a/regression-tests/tests/external-cname-pointer/expected_result +++ b/regression-tests/tests/external-cname-pointer/expected_result @@ -1,3 +1,3 @@ -0 external.example.com. IN CNAME 120 somewhere.else.net. +0 external.example.com. 120 IN CNAME somewhere.else.net. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='external.example.com.', qtype=A diff --git a/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result b/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result index faf854789c..395a22e7db 100644 --- a/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result +++ b/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result @@ -1,7 +1,7 @@ -0 www.a.b.c.d.e.something.wtest.com. IN A 3600 4.3.2.1 -0 www.a.b.c.d.e.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 a.something.wtest.com. IN NSEC 3600 wtest.com. A RRSIG NSEC -1 a.something.wtest.com. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.a.b.c.d.e.something.wtest.com. 3600 IN A 4.3.2.1 +0 www.a.b.c.d.e.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 a.something.wtest.com. 3600 IN NSEC wtest.com. A RRSIG NSEC +1 a.something.wtest.com. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.a.b.c.d.e.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.narrow b/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.narrow index 53655e7016..81bc06e04b 100644 --- a/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.narrow +++ b/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.narrow @@ -1,7 +1,7 @@ -0 www.a.b.c.d.e.something.wtest.com. IN A 3600 4.3.2.1 -0 www.a.b.c.d.e.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pqgjjrj5si55uc1208gt1hp1k217fhqu.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd PQGJJRJ5SI55UC1208GT1HP1K217FHR0 -1 pqgjjrj5si55uc1208gt1hp1k217fhqu.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.a.b.c.d.e.something.wtest.com. 3600 IN A 4.3.2.1 +0 www.a.b.c.d.e.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pqgjjrj5si55uc1208gt1hp1k217fhqu.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd PQGJJRJ5SI55UC1208GT1HP1K217FHR0 +1 pqgjjrj5si55uc1208gt1hp1k217fhqu.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.a.b.c.d.e.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.nsec3 b/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.nsec3 index d22bb8df7b..f0ea455625 100644 --- a/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.nsec3 +++ b/regression-tests/tests/five-levels-wildcard-one-below-apex/expected_result.nsec3 @@ -1,7 +1,7 @@ -0 www.a.b.c.d.e.something.wtest.com. IN A 3600 4.3.2.1 -0 www.a.b.c.d.e.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.a.b.c.d.e.something.wtest.com. 3600 IN A 4.3.2.1 +0 www.a.b.c.d.e.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.a.b.c.d.e.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/five-levels-wildcard/expected_result b/regression-tests/tests/five-levels-wildcard/expected_result index 3d0495b7de..d577e54aa2 100644 --- a/regression-tests/tests/five-levels-wildcard/expected_result +++ b/regression-tests/tests/five-levels-wildcard/expected_result @@ -1,7 +1,7 @@ -0 www.a.b.c.d.e.wtest.com. IN A 3600 6.7.8.9 -0 www.a.b.c.d.e.wtest.com. IN RRSIG 3600 A 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... -1 *.a.b.c.d.e.wtest.com. IN NSEC 3600 ns1.wtest.com. A RRSIG NSEC -1 *.a.b.c.d.e.wtest.com. IN RRSIG 3600 NSEC 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.a.b.c.d.e.wtest.com. 3600 IN A 6.7.8.9 +0 www.a.b.c.d.e.wtest.com. 3600 IN RRSIG A 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... +1 *.a.b.c.d.e.wtest.com. 3600 IN NSEC ns1.wtest.com. A RRSIG NSEC +1 *.a.b.c.d.e.wtest.com. 3600 IN RRSIG NSEC 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.a.b.c.d.e.wtest.com.', qtype=A diff --git a/regression-tests/tests/five-levels-wildcard/expected_result.narrow b/regression-tests/tests/five-levels-wildcard/expected_result.narrow index 4825cf6178..f7480b1fb1 100644 --- a/regression-tests/tests/five-levels-wildcard/expected_result.narrow +++ b/regression-tests/tests/five-levels-wildcard/expected_result.narrow @@ -1,7 +1,7 @@ -0 www.a.b.c.d.e.wtest.com. IN A 3600 6.7.8.9 -0 www.a.b.c.d.e.wtest.com. IN RRSIG 3600 A 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pet5iqbgccga60p2n38nmuanrk50papg.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd PET5IQBGCCGA60P2N38NMUANRK50PAPI -1 pet5iqbgccga60p2n38nmuanrk50papg.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.a.b.c.d.e.wtest.com. 3600 IN A 6.7.8.9 +0 www.a.b.c.d.e.wtest.com. 3600 IN RRSIG A 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pet5iqbgccga60p2n38nmuanrk50papg.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd PET5IQBGCCGA60P2N38NMUANRK50PAPI +1 pet5iqbgccga60p2n38nmuanrk50papg.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.a.b.c.d.e.wtest.com.', qtype=A diff --git a/regression-tests/tests/five-levels-wildcard/expected_result.nsec3 b/regression-tests/tests/five-levels-wildcard/expected_result.nsec3 index 784cdf8503..2b3467e281 100644 --- a/regression-tests/tests/five-levels-wildcard/expected_result.nsec3 +++ b/regression-tests/tests/five-levels-wildcard/expected_result.nsec3 @@ -1,7 +1,7 @@ -0 www.a.b.c.d.e.wtest.com. IN A 3600 6.7.8.9 -0 www.a.b.c.d.e.wtest.com. IN RRSIG 3600 A 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 www.a.b.c.d.e.wtest.com. 3600 IN A 6.7.8.9 +0 www.a.b.c.d.e.wtest.com. 3600 IN RRSIG A 13 7 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.a.b.c.d.e.wtest.com.', qtype=A diff --git a/regression-tests/tests/glue-record/expected_result b/regression-tests/tests/glue-record/expected_result index 923da347e2..4da9e6738a 100644 --- a/regression-tests/tests/glue-record/expected_result +++ b/regression-tests/tests/glue-record/expected_result @@ -1,6 +1,6 @@ -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='usa-ns2.usa.example.com.', qtype=A diff --git a/regression-tests/tests/glue-referral/expected_result b/regression-tests/tests/glue-referral/expected_result index 1f0a1362c7..35243bb11f 100644 --- a/regression-tests/tests/glue-referral/expected_result +++ b/regression-tests/tests/glue-referral/expected_result @@ -1,6 +1,6 @@ -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='www.usa.example.com.', qtype=A diff --git a/regression-tests/tests/internal-referral/expected_result b/regression-tests/tests/internal-referral/expected_result index 930c733dfa..c226aa6173 100644 --- a/regression-tests/tests/internal-referral/expected_result +++ b/regression-tests/tests/internal-referral/expected_result @@ -1,6 +1,6 @@ -1 italy.example.com. IN NS 120 italy-ns1.example.com. -1 italy.example.com. IN NS 120 italy-ns2.example.com. -2 italy-ns1.example.com. IN A 120 192.168.5.1 -2 italy-ns2.example.com. IN A 120 192.168.5.2 +1 italy.example.com. 120 IN NS italy-ns1.example.com. +1 italy.example.com. 120 IN NS italy-ns2.example.com. +2 italy-ns1.example.com. 120 IN A 192.168.5.1 +2 italy-ns2.example.com. 120 IN A 192.168.5.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='www.italy.example.com.', qtype=A diff --git a/regression-tests/tests/largettl/expected_result b/regression-tests/tests/largettl/expected_result index 60a9f863ce..6afbf5ad34 100644 --- a/regression-tests/tests/largettl/expected_result +++ b/regression-tests/tests/largettl/expected_result @@ -1,3 +1,3 @@ -0 largettl.example.com. IN TXT 1073741724 "this record has a huge TTL" +0 largettl.example.com. 1073741724 IN TXT "this record has a huge TTL" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='largettl.example.com.', qtype=TXT diff --git a/regression-tests/tests/long-name/expected_result b/regression-tests/tests/long-name/expected_result index 620e73dc95..4328210d8b 100644 --- a/regression-tests/tests/long-name/expected_result +++ b/regression-tests/tests/long-name/expected_result @@ -1,3 +1,3 @@ -1 test.com. IN SOA 3600 ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 test.com. 3600 IN SOA ns1.test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.test.com.', qtype=TXT diff --git a/regression-tests/tests/minimal-noerror/expected_result b/regression-tests/tests/minimal-noerror/expected_result index b6b65ba3ed..09c5a016a8 100644 --- a/regression-tests/tests/minimal-noerror/expected_result +++ b/regression-tests/tests/minimal-noerror/expected_result @@ -1 +1 @@ -1 minimal.com. IN NSEC 120 minimal.com. NS SOA RRSIG NSEC DNSKEY +1 minimal.com. 120 IN NSEC minimal.com. NS SOA RRSIG NSEC DNSKEY diff --git a/regression-tests/tests/minimal-noerror/expected_result.narrow b/regression-tests/tests/minimal-noerror/expected_result.narrow index 9ed5608806..3cf93cc705 100644 --- a/regression-tests/tests/minimal-noerror/expected_result.narrow +++ b/regression-tests/tests/minimal-noerror/expected_result.narrow @@ -1 +1 @@ -1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. IN NSEC3 120 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9313 NS SOA RRSIG DNSKEY NSEC3PARAM +1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. 120 IN NSEC3 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9313 NS SOA RRSIG DNSKEY NSEC3PARAM diff --git a/regression-tests/tests/minimal-noerror/expected_result.nsec3 b/regression-tests/tests/minimal-noerror/expected_result.nsec3 index cf388a1c4a..f20b684716 100644 --- a/regression-tests/tests/minimal-noerror/expected_result.nsec3 +++ b/regression-tests/tests/minimal-noerror/expected_result.nsec3 @@ -1 +1 @@ -1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. IN NSEC3 120 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9312 NS SOA RRSIG DNSKEY NSEC3PARAM +1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. 120 IN NSEC3 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9312 NS SOA RRSIG DNSKEY NSEC3PARAM diff --git a/regression-tests/tests/minimal-nxdomain/expected_result b/regression-tests/tests/minimal-nxdomain/expected_result index b6b65ba3ed..09c5a016a8 100644 --- a/regression-tests/tests/minimal-nxdomain/expected_result +++ b/regression-tests/tests/minimal-nxdomain/expected_result @@ -1 +1 @@ -1 minimal.com. IN NSEC 120 minimal.com. NS SOA RRSIG NSEC DNSKEY +1 minimal.com. 120 IN NSEC minimal.com. NS SOA RRSIG NSEC DNSKEY diff --git a/regression-tests/tests/minimal-nxdomain/expected_result.narrow b/regression-tests/tests/minimal-nxdomain/expected_result.narrow index 520a244c2c..759304daa2 100644 --- a/regression-tests/tests/minimal-nxdomain/expected_result.narrow +++ b/regression-tests/tests/minimal-nxdomain/expected_result.narrow @@ -1,3 +1,3 @@ -1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. IN NSEC3 120 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9313 NS SOA RRSIG DNSKEY NSEC3PARAM -1 8hki26qt36v6qs8cll4e4nvjit38uhap.minimal.com. IN NSEC3 120 1 [flags] 1 abcd 8HKI26QT36V6QS8CLL4E4NVJIT38UHAR -1 9oadfe8c55evko75kb06spdl23p4fmrh.minimal.com. IN NSEC3 120 1 [flags] 1 abcd 9OADFE8C55EVKO75KB06SPDL23P4FMRJ +1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. 120 IN NSEC3 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9313 NS SOA RRSIG DNSKEY NSEC3PARAM +1 8hki26qt36v6qs8cll4e4nvjit38uhap.minimal.com. 120 IN NSEC3 1 [flags] 1 abcd 8HKI26QT36V6QS8CLL4E4NVJIT38UHAR +1 9oadfe8c55evko75kb06spdl23p4fmrh.minimal.com. 120 IN NSEC3 1 [flags] 1 abcd 9OADFE8C55EVKO75KB06SPDL23P4FMRJ diff --git a/regression-tests/tests/minimal-nxdomain/expected_result.nsec3 b/regression-tests/tests/minimal-nxdomain/expected_result.nsec3 index cf388a1c4a..f20b684716 100644 --- a/regression-tests/tests/minimal-nxdomain/expected_result.nsec3 +++ b/regression-tests/tests/minimal-nxdomain/expected_result.nsec3 @@ -1 +1 @@ -1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. IN NSEC3 120 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9312 NS SOA RRSIG DNSKEY NSEC3PARAM +1 09lo11rs63u9b3d538a86ijvqcqt9312.minimal.com. 120 IN NSEC3 1 [flags] 1 abcd 09LO11RS63U9B3D538A86IJVQCQT9312 NS SOA RRSIG DNSKEY NSEC3PARAM diff --git a/regression-tests/tests/multi-step-cname-resolution/expected_result b/regression-tests/tests/multi-step-cname-resolution/expected_result index 03733d6044..4ffd50f172 100644 --- a/regression-tests/tests/multi-step-cname-resolution/expected_result +++ b/regression-tests/tests/multi-step-cname-resolution/expected_result @@ -1,6 +1,6 @@ -0 start1.example.com. IN CNAME 120 start2.example.com. -0 start2.example.com. IN CNAME 120 start3.example.com. -0 start3.example.com. IN CNAME 120 start4.example.com. -0 start4.example.com. IN A 120 192.168.2.2 +0 start1.example.com. 120 IN CNAME start2.example.com. +0 start2.example.com. 120 IN CNAME start3.example.com. +0 start3.example.com. 120 IN CNAME start4.example.com. +0 start4.example.com. 120 IN A 192.168.2.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='start1.example.com.', qtype=A diff --git a/regression-tests/tests/multi-txt-escape-resolution/expected_result b/regression-tests/tests/multi-txt-escape-resolution/expected_result index 5f0925ea7a..864fb23b5b 100644 --- a/regression-tests/tests/multi-txt-escape-resolution/expected_result +++ b/regression-tests/tests/multi-txt-escape-resolution/expected_result @@ -1,3 +1,3 @@ -0 escapedtext.example.com. IN TXT 120 "begin" "the \"middle\" p\\art" "the end" +0 escapedtext.example.com. 120 IN TXT "begin" "the \"middle\" p\\art" "the end" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='escapedtext.example.com.', qtype=TXT diff --git a/regression-tests/tests/multi-txt-resolution/expected_result b/regression-tests/tests/multi-txt-resolution/expected_result index 5134e4d859..5de53b45e1 100644 --- a/regression-tests/tests/multi-txt-resolution/expected_result +++ b/regression-tests/tests/multi-txt-resolution/expected_result @@ -1,3 +1,3 @@ -0 multitext.example.com. IN TXT 120 "text part one" "text part two" "text part three" +0 multitext.example.com. 120 IN TXT "text part one" "text part two" "text part three" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='multitext.example.com.', qtype=TXT diff --git a/regression-tests/tests/mx-case-sensitivy-with-ap/expected_result b/regression-tests/tests/mx-case-sensitivy-with-ap/expected_result index b242aeae48..6472552a87 100644 --- a/regression-tests/tests/mx-case-sensitivy-with-ap/expected_result +++ b/regression-tests/tests/mx-case-sensitivy-with-ap/expected_result @@ -1,7 +1,7 @@ -0 exAmplE.com. IN MX 120 10 smtp-servers.exAmplE.com. -0 exAmplE.com. IN MX 120 15 smtp-servers.test.com. -2 smtp-servers.exAmplE.com. IN A 120 192.168.0.2 -2 smtp-servers.exAmplE.com. IN A 120 192.168.0.3 -2 smtp-servers.exAmplE.com. IN A 120 192.168.0.4 +0 exAmplE.com. 120 IN MX 10 smtp-servers.exAmplE.com. +0 exAmplE.com. 120 IN MX 15 smtp-servers.test.com. +2 smtp-servers.exAmplE.com. 120 IN A 192.168.0.2 +2 smtp-servers.exAmplE.com. 120 IN A 192.168.0.3 +2 smtp-servers.exAmplE.com. 120 IN A 192.168.0.4 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='exAmplE.com.', qtype=MX diff --git a/regression-tests/tests/mx-to-cname/expected_result b/regression-tests/tests/mx-to-cname/expected_result index d2a60ab859..d4e39cf5c8 100644 --- a/regression-tests/tests/mx-to-cname/expected_result +++ b/regression-tests/tests/mx-to-cname/expected_result @@ -1,3 +1,3 @@ -0 mail.example.com. IN MX 120 25 smtp1.example.com. +0 mail.example.com. 120 IN MX 25 smtp1.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='mail.example.com.', qtype=MX diff --git a/regression-tests/tests/mx-with-simple-additional-processing/expected_result b/regression-tests/tests/mx-with-simple-additional-processing/expected_result index 1998130630..fc1ecc4adf 100644 --- a/regression-tests/tests/mx-with-simple-additional-processing/expected_result +++ b/regression-tests/tests/mx-with-simple-additional-processing/expected_result @@ -1,7 +1,7 @@ -0 example.com. IN MX 120 10 smtp-servers.example.com. -0 example.com. IN MX 120 15 smtp-servers.test.com. -2 smtp-servers.example.com. IN A 120 192.168.0.2 -2 smtp-servers.example.com. IN A 120 192.168.0.3 -2 smtp-servers.example.com. IN A 120 192.168.0.4 +0 example.com. 120 IN MX 10 smtp-servers.example.com. +0 example.com. 120 IN MX 15 smtp-servers.test.com. +2 smtp-servers.example.com. 120 IN A 192.168.0.2 +2 smtp-servers.example.com. 120 IN A 192.168.0.3 +2 smtp-servers.example.com. 120 IN A 192.168.0.4 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=MX diff --git a/regression-tests/tests/naptr/expected_result b/regression-tests/tests/naptr/expected_result index d154728f4d..4a4aa62561 100644 --- a/regression-tests/tests/naptr/expected_result +++ b/regression-tests/tests/naptr/expected_result @@ -1,3 +1,3 @@ -0 enum.test.com. IN NAPTR 3600 100 50 "u" "e2u+sip" "" testuser.domain.com. +0 enum.test.com. 3600 IN NAPTR 100 50 "u" "e2u+sip" "" testuser.domain.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='enum.test.com.', qtype=NAPTR diff --git a/regression-tests/tests/no-out-of-zone-data/expected_result b/regression-tests/tests/no-out-of-zone-data/expected_result index 2266411381..52239fc20b 100644 --- a/regression-tests/tests/no-out-of-zone-data/expected_result +++ b/regression-tests/tests/no-out-of-zone-data/expected_result @@ -1,3 +1,3 @@ -0 _imap._tcp.example.com. IN SRV 120 0 1 143 blah.test.com. +0 _imap._tcp.example.com. 120 IN SRV 0 1 143 blah.test.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='_imap._tcp.example.com.', qtype=SRV diff --git a/regression-tests/tests/non-existing-record-other-types-exist-ns/expected_result b/regression-tests/tests/non-existing-record-other-types-exist-ns/expected_result index 205bb4ef92..1608fa73cb 100644 --- a/regression-tests/tests/non-existing-record-other-types-exist-ns/expected_result +++ b/regression-tests/tests/non-existing-record-other-types-exist-ns/expected_result @@ -1,3 +1,3 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ns1.example.com.', qtype=AAAA diff --git a/regression-tests/tests/non-existing-record-other-types-exist/expected_result b/regression-tests/tests/non-existing-record-other-types-exist/expected_result index e2b5772d8c..b04f09e0bc 100644 --- a/regression-tests/tests/non-existing-record-other-types-exist/expected_result +++ b/regression-tests/tests/non-existing-record-other-types-exist/expected_result @@ -1,3 +1,3 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=AAAA diff --git a/regression-tests/tests/ns-at-delegation/expected_result b/regression-tests/tests/ns-at-delegation/expected_result index 70b292c60e..a0df396741 100644 --- a/regression-tests/tests/ns-at-delegation/expected_result +++ b/regression-tests/tests/ns-at-delegation/expected_result @@ -1,6 +1,6 @@ -1 usa.example.com. IN NS 120 usa-ns1.usa.example.com. -1 usa.example.com. IN NS 120 usa-ns2.usa.example.com. -2 usa-ns1.usa.example.com. IN A 120 192.168.4.1 -2 usa-ns2.usa.example.com. IN A 120 192.168.4.2 +1 usa.example.com. 120 IN NS usa-ns1.usa.example.com. +1 usa.example.com. 120 IN NS usa-ns2.usa.example.com. +2 usa-ns1.usa.example.com. 120 IN A 192.168.4.1 +2 usa-ns2.usa.example.com. 120 IN A 192.168.4.2 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='usa.example.com.', qtype=NS diff --git a/regression-tests/tests/ns-with-identical-glue/expected_result b/regression-tests/tests/ns-with-identical-glue/expected_result index c2ab01351a..46cf5fdc5a 100644 --- a/regression-tests/tests/ns-with-identical-glue/expected_result +++ b/regression-tests/tests/ns-with-identical-glue/expected_result @@ -1,4 +1,4 @@ -1 blah.test.com. IN NS 3600 blah.test.com. -2 blah.test.com. IN A 3600 192.168.6.1 +1 blah.test.com. 3600 IN NS blah.test.com. +2 blah.test.com. 3600 IN A 192.168.6.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='blah.test.com.', qtype=MX diff --git a/regression-tests/tests/nsec-bitmap/expected_result b/regression-tests/tests/nsec-bitmap/expected_result index cdd640e012..277ef57349 100644 --- a/regression-tests/tests/nsec-bitmap/expected_result +++ b/regression-tests/tests/nsec-bitmap/expected_result @@ -1,5 +1,5 @@ -0 hightype.example.com. IN NSEC 86400 host-0.example.com. A RRSIG NSEC TYPE65534 -0 hightype.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +0 hightype.example.com. 86400 IN NSEC host-0.example.com. A RRSIG NSEC TYPE65534 +0 hightype.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hightype.example.com.', qtype=NSEC diff --git a/regression-tests/tests/nsec-bitmap/expected_result.narrow b/regression-tests/tests/nsec-bitmap/expected_result.narrow index eebaa97ce8..7375b5bf62 100644 --- a/regression-tests/tests/nsec-bitmap/expected_result.narrow +++ b/regression-tests/tests/nsec-bitmap/expected_result.narrow @@ -1,7 +1,7 @@ -1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. IN NSEC3 86400 1 [flags] 1 abcd 3V4IT454KFH142BI7AFAGNUVIGRPFPTU A RRSIG TYPE65534 -1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 3V4IT454KFH142BI7AFAGNUVIGRPFPTU A RRSIG TYPE65534 +1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hightype.example.com.', qtype=NSEC diff --git a/regression-tests/tests/nsec-bitmap/expected_result.nsec3 b/regression-tests/tests/nsec-bitmap/expected_result.nsec3 index f4521b53e4..3db625f3dd 100644 --- a/regression-tests/tests/nsec-bitmap/expected_result.nsec3 +++ b/regression-tests/tests/nsec-bitmap/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. IN NSEC3 86400 1 [flags] 1 abcd 3V4S43RV1GT28N0F2PPJ8I8482ESMUOB A RRSIG TYPE65534 -1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 3V4S43RV1GT28N0F2PPJ8I8482ESMUOB A RRSIG TYPE65534 +1 3v4it454kfh142bi7afagnuvigrpfptt.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='hightype.example.com.', qtype=NSEC diff --git a/regression-tests/tests/nsec-glue-at-delegation/expected_result b/regression-tests/tests/nsec-glue-at-delegation/expected_result index b60d97b1ba..b33b48694b 100644 --- a/regression-tests/tests/nsec-glue-at-delegation/expected_result +++ b/regression-tests/tests/nsec-glue-at-delegation/expected_result @@ -1,7 +1,7 @@ -1 blah.test.com. IN NS 3600 blah.test.com. -1 blah.test.com. IN NSEC 3600 b.c.test.com. NS RRSIG NSEC -1 blah.test.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 -2 blah.test.com. IN A 3600 192.168.6.1 +1 blah.test.com. 3600 IN NS blah.test.com. +1 blah.test.com. 3600 IN NSEC b.c.test.com. NS RRSIG NSEC +1 blah.test.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT +2 blah.test.com. 3600 IN A 192.168.6.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='blah.test.com.', qtype=MX diff --git a/regression-tests/tests/nsec-glue-at-delegation/expected_result.narrow b/regression-tests/tests/nsec-glue-at-delegation/expected_result.narrow index 3d22be6863..6e93adfdd3 100644 --- a/regression-tests/tests/nsec-glue-at-delegation/expected_result.narrow +++ b/regression-tests/tests/nsec-glue-at-delegation/expected_result.narrow @@ -1,7 +1,7 @@ -1 blah.test.com. IN NS 3600 blah.test.com. -1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. IN NSEC3 3600 1 1 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KC NS -1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 -2 blah.test.com. IN A 3600 192.168.6.1 +1 blah.test.com. 3600 IN NS blah.test.com. +1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. 3600 IN NSEC3 1 1 1 abcd S96H2QICBT8D9I5AA43KP8SJJRESQ4KC NS +1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT +2 blah.test.com. 3600 IN A 192.168.6.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='blah.test.com.', qtype=MX diff --git a/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3 b/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3 index 372079be22..7f364a3465 100644 --- a/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3 +++ b/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 blah.test.com. IN NS 3600 blah.test.com. -1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. IN NSEC3 3600 1 0 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA NS -1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 -2 blah.test.com. IN A 3600 192.168.6.1 +1 blah.test.com. 3600 IN NS blah.test.com. +1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. 3600 IN NSEC3 1 0 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA NS +1 s96h2qicbt8d9i5aa43kp8sjjresq4kb.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT +2 blah.test.com. 3600 IN A 192.168.6.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='blah.test.com.', qtype=MX diff --git a/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3-optout b/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3-optout index 97495f46ac..24f2973b9b 100644 --- a/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3-optout +++ b/regression-tests/tests/nsec-glue-at-delegation/expected_result.nsec3-optout @@ -1,9 +1,9 @@ -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. IN NSEC3 3600 1 1 1 abcd 2GKS2N3JPQF62QOHAVFQ1PHOLM3HR7RA NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 blah.test.com. IN NS 3600 blah.test.com. -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN NSEC3 3600 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA -1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 -2 blah.test.com. IN A 3600 192.168.6.1 +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. 3600 IN NSEC3 1 1 1 abcd 2GKS2N3JPQF62QOHAVFQ1PHOLM3HR7RA NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 blah.test.com. 3600 IN NS blah.test.com. +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN NSEC3 1 1 1 abcd SA5VVPQN1COEJGJ3HBKFEKDNII8KKSQA +1 s6g5shc1jvovl5fl9e943adlonqln7g4.test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT +2 blah.test.com. 3600 IN A 192.168.6.1 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='blah.test.com.', qtype=MX diff --git a/regression-tests/tests/nsec-glue/expected_result b/regression-tests/tests/nsec-glue/expected_result index f3879c9a18..1392289daa 100644 --- a/regression-tests/tests/nsec-glue/expected_result +++ b/regression-tests/tests/nsec-glue/expected_result @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 usa.example.com. IN NSEC 86400 *.w1.example.com. NS RRSIG NSEC -1 usa.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 usa.example.com. 86400 IN NSEC *.w1.example.com. NS RRSIG NSEC +1 usa.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usazzz.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-glue/expected_result.narrow b/regression-tests/tests/nsec-glue/expected_result.narrow index f9f08ef6d4..25b768b0be 100644 --- a/regression-tests/tests/nsec-glue/expected_result.narrow +++ b/regression-tests/tests/nsec-glue/expected_result.narrow @@ -1,11 +1,11 @@ -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 kt3ll2fgp7p2s71mk7frk5igi8pc8gl1.example.com. IN NSEC3 86400 1 [flags] 1 abcd KT3LL2FGP7P2S71MK7FRK5IGI8PC8GL3 -1 kt3ll2fgp7p2s71mk7frk5igi8pc8gl1.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 kt3ll2fgp7p2s71mk7frk5igi8pc8gl1.example.com. 86400 IN NSEC3 1 [flags] 1 abcd KT3LL2FGP7P2S71MK7FRK5IGI8PC8GL3 +1 kt3ll2fgp7p2s71mk7frk5igi8pc8gl1.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usazzz.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-glue/expected_result.nsec3 b/regression-tests/tests/nsec-glue/expected_result.nsec3 index 99d3e7db96..de64c157eb 100644 --- a/regression-tests/tests/nsec-glue/expected_result.nsec3 +++ b/regression-tests/tests/nsec-glue/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 kt0pu1qu9of4ek09a6amheu1l4c4dq6b.example.com. IN NSEC3 86400 1 [flags] 1 abcd KT832M4L92B5MCUCJI8QJF16MM2DU3MK A RRSIG -1 kt0pu1qu9of4ek09a6amheu1l4c4dq6b.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 kt0pu1qu9of4ek09a6amheu1l4c4dq6b.example.com. 86400 IN NSEC3 1 [flags] 1 abcd KT832M4L92B5MCUCJI8QJF16MM2DU3MK A RRSIG +1 kt0pu1qu9of4ek09a6amheu1l4c4dq6b.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='usazzz.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-middle/expected_result b/regression-tests/tests/nsec-middle/expected_result index fb2388fde1..bdc74f9668 100644 --- a/regression-tests/tests/nsec-middle/expected_result +++ b/regression-tests/tests/nsec-middle/expected_result @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 nxd.example.com. IN NSEC 86400 outpost.example.com. CNAME RRSIG NSEC -1 nxd.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 nxd.example.com. 86400 IN NSEC outpost.example.com. CNAME RRSIG NSEC +1 nxd.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outerpost.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-middle/expected_result.narrow b/regression-tests/tests/nsec-middle/expected_result.narrow index a03847d838..56fa9fbc06 100644 --- a/regression-tests/tests/nsec-middle/expected_result.narrow +++ b/regression-tests/tests/nsec-middle/expected_result.narrow @@ -1,11 +1,11 @@ -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 sthvu2kihc96kc1tu8v3curr8og5dghn.example.com. IN NSEC3 86400 1 [flags] 1 abcd STHVU2KIHC96KC1TU8V3CURR8OG5DGHP -1 sthvu2kihc96kc1tu8v3curr8og5dghn.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 sthvu2kihc96kc1tu8v3curr8og5dghn.example.com. 86400 IN NSEC3 1 [flags] 1 abcd STHVU2KIHC96KC1TU8V3CURR8OG5DGHP +1 sthvu2kihc96kc1tu8v3curr8og5dghn.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outerpost.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-middle/expected_result.nsec3 b/regression-tests/tests/nsec-middle/expected_result.nsec3 index f3d2c62b60..aec10682d1 100644 --- a/regression-tests/tests/nsec-middle/expected_result.nsec3 +++ b/regression-tests/tests/nsec-middle/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 sthkgrndv06hbdrfe7a329lup4mctmqr.example.com. IN NSEC3 86400 1 [flags] 1 abcd STKPKJBN0URUBBIM832MF33V5OGJR396 A RRSIG -1 sthkgrndv06hbdrfe7a329lup4mctmqr.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 sthkgrndv06hbdrfe7a329lup4mctmqr.example.com. 86400 IN NSEC3 1 [flags] 1 abcd STKPKJBN0URUBBIM832MF33V5OGJR396 A RRSIG +1 sthkgrndv06hbdrfe7a329lup4mctmqr.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outerpost.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-upcase/expected_result b/regression-tests/tests/nsec-upcase/expected_result index fc26daf2aa..53614a540f 100644 --- a/regression-tests/tests/nsec-upcase/expected_result +++ b/regression-tests/tests/nsec-upcase/expected_result @@ -1,5 +1,5 @@ -0 ns1.dnssec-parent.com. IN NSEC 3600 ns2.dnssec-parent.com. A RRSIG NSEC -0 ns1.dnssec-parent.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -2 . IN OPT 32768 +0 ns1.dnssec-parent.com. 3600 IN NSEC ns2.dnssec-parent.com. A RRSIG NSEC +0 ns1.dnssec-parent.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ns1.dnssec-parent.com.', qtype=NSEC diff --git a/regression-tests/tests/nsec-upcase/expected_result.narrow b/regression-tests/tests/nsec-upcase/expected_result.narrow index 79d4f60a18..f147abe5a9 100644 --- a/regression-tests/tests/nsec-upcase/expected_result.narrow +++ b/regression-tests/tests/nsec-upcase/expected_result.narrow @@ -1,7 +1,7 @@ -1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. IN NSEC3 3600 1 [flags] 1 abcd 1SCAQA30LQ0DO5EIRNE4KPJFBEBFGR55 A RRSIG -1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. 3600 IN NSEC3 1 [flags] 1 abcd 1SCAQA30LQ0DO5EIRNE4KPJFBEBFGR55 A RRSIG +1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ns1.dnssec-parent.com.', qtype=NSEC diff --git a/regression-tests/tests/nsec-upcase/expected_result.nsec3 b/regression-tests/tests/nsec-upcase/expected_result.nsec3 index 17a8b3a612..c650c18c4e 100644 --- a/regression-tests/tests/nsec-upcase/expected_result.nsec3 +++ b/regression-tests/tests/nsec-upcase/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. IN NSEC3 3600 1 [flags] 1 abcd 29CEQCF4EKGL2GR9I0VJJTK62H5LQS40 A RRSIG -1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -1 dnssec-parent.com. IN SOA 3600 ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. 3600 IN NSEC3 1 [flags] 1 abcd 29CEQCF4EKGL2GR9I0VJJTK62H5LQS40 A RRSIG +1 1scaqa30lq0do5eirne4kpjfbebfgr54.dnssec-parent.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +1 dnssec-parent.com. 3600 IN SOA ns1.dnssec-parent.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='ns1.dnssec-parent.com.', qtype=NSEC diff --git a/regression-tests/tests/nsec-wildcard/expected_result b/regression-tests/tests/nsec-wildcard/expected_result index cb01e40379..88f21b089d 100644 --- a/regression-tests/tests/nsec-wildcard/expected_result +++ b/regression-tests/tests/nsec-wildcard/expected_result @@ -1,9 +1,9 @@ -1 *.something.wtest.com. IN NSEC 3600 a.something.wtest.com. A RRSIG NSEC -1 *.something.wtest.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 a.something.wtest.com. IN NSEC 3600 wtest.com. A RRSIG NSEC -1 a.something.wtest.com. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 *.something.wtest.com. 3600 IN NSEC a.something.wtest.com. A RRSIG NSEC +1 *.something.wtest.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 a.something.wtest.com. 3600 IN NSEC wtest.com. A RRSIG NSEC +1 a.something.wtest.com. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='t.something.wtest.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wildcard/expected_result.narrow b/regression-tests/tests/nsec-wildcard/expected_result.narrow index fa50ff29ab..28d8dcb3ff 100644 --- a/regression-tests/tests/nsec-wildcard/expected_result.narrow +++ b/regression-tests/tests/nsec-wildcard/expected_result.narrow @@ -1,11 +1,11 @@ -1 368r0s1q794jmkdrcpf6f85v316hd9ak.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 368R0S1Q794JMKDRCPF6F85V316HD9AM -1 368r0s1q794jmkdrcpf6f85v316hd9ak.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 54NJS65S8U96TKFFRFT6L7J1T1556VIL -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd PD15QDSJJBFOSU5FG2OQRNLB8R8OIFL7 A RRSIG -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 368r0s1q794jmkdrcpf6f85v316hd9ak.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 368R0S1Q794JMKDRCPF6F85V316HD9AM +1 368r0s1q794jmkdrcpf6f85v316hd9ak.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 54NJS65S8U96TKFFRFT6L7J1T1556VIL +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd PD15QDSJJBFOSU5FG2OQRNLB8R8OIFL7 A RRSIG +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='t.something.wtest.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wildcard/expected_result.nsec3 b/regression-tests/tests/nsec-wildcard/expected_result.nsec3 index 281dea6d91..6228883503 100644 --- a/regression-tests/tests/nsec-wildcard/expected_result.nsec3 +++ b/regression-tests/tests/nsec-wildcard/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 2uspqp0ldid6481h33c7lakfkk2g2rdq.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 53I5J7TGM8QG2GBV716RVQVARQCIJUE2 A RRSIG -1 2uspqp0ldid6481h33c7lakfkk2g2rdq.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 67I2ESLUBOJ7DPG4263L3T8DV19G6D0G -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 2uspqp0ldid6481h33c7lakfkk2g2rdq.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 53I5J7TGM8QG2GBV716RVQVARQCIJUE2 A RRSIG +1 2uspqp0ldid6481h33c7lakfkk2g2rdq.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 67I2ESLUBOJ7DPG4263L3T8DV19G6D0G +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='t.something.wtest.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wraparound/expected_result b/regression-tests/tests/nsec-wraparound/expected_result index 4d7890d937..f3c4d30568 100644 --- a/regression-tests/tests/nsec-wraparound/expected_result +++ b/regression-tests/tests/nsec-wraparound/expected_result @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 www.example.com. IN NSEC 86400 example.com. CNAME RRSIG NSEC -1 www.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 www.example.com. 86400 IN NSEC example.com. CNAME RRSIG NSEC +1 www.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='zzz.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-wraparound/expected_result.nsec3 b/regression-tests/tests/nsec-wraparound/expected_result.nsec3 index 2515dc88e4..53fb1fec7c 100644 --- a/regression-tests/tests/nsec-wraparound/expected_result.nsec3 +++ b/regression-tests/tests/nsec-wraparound/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. IN NSEC3 86400 1 [flags] 1 abcd GNO4LESKG6U7HKEJ9UL71SF1HD7F1P96 A RRSIG -1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. 86400 IN NSEC3 1 [flags] 1 abcd GNO4LESKG6U7HKEJ9UL71SF1HD7F1P96 A RRSIG +1 gnk5kv3h2h1h8ge405j6093608ukp3i5.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='zzz.example.com.', qtype=A diff --git a/regression-tests/tests/nsec-wrong-type-at-apex/expected_result b/regression-tests/tests/nsec-wrong-type-at-apex/expected_result index 740a02be5b..51978a8142 100644 --- a/regression-tests/tests/nsec-wrong-type-at-apex/expected_result +++ b/regression-tests/tests/nsec-wrong-type-at-apex/expected_result @@ -1,7 +1,7 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.narrow b/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.narrow index 9be8a7d7de..9076124cd2 100644 --- a/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.narrow +++ b/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.narrow @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.nsec3 b/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.nsec3 index e011352568..aeed05f5e4 100644 --- a/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.nsec3 +++ b/regression-tests/tests/nsec-wrong-type-at-apex/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='example.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wrong-type/expected_result b/regression-tests/tests/nsec-wrong-type/expected_result index 24b47e2ecc..0a99e7d402 100644 --- a/regression-tests/tests/nsec-wrong-type/expected_result +++ b/regression-tests/tests/nsec-wrong-type/expected_result @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 outpost.example.com. IN NSEC 86400 rhs-at-expansion.example.com. A RRSIG NSEC -1 outpost.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 outpost.example.com. 86400 IN NSEC rhs-at-expansion.example.com. A RRSIG NSEC +1 outpost.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wrong-type/expected_result.narrow b/regression-tests/tests/nsec-wrong-type/expected_result.narrow index dc42f98bfa..5695eba5e7 100644 --- a/regression-tests/tests/nsec-wrong-type/expected_result.narrow +++ b/regression-tests/tests/nsec-wrong-type/expected_result.narrow @@ -1,7 +1,7 @@ -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5UVGFM2VJCJE09SVS7LFB22I1UUQJF99 A RRSIG -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5UVGFM2VJCJE09SVS7LFB22I1UUQJF99 A RRSIG +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=TXT diff --git a/regression-tests/tests/nsec-wrong-type/expected_result.nsec3 b/regression-tests/tests/nsec-wrong-type/expected_result.nsec3 index d2b1f6a52a..5628d70267 100644 --- a/regression-tests/tests/nsec-wrong-type/expected_result.nsec3 +++ b/regression-tests/tests/nsec-wrong-type/expected_result.nsec3 @@ -1,7 +1,7 @@ -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5V0S7HPRC5IAFH3C3RO0HHNH543D3UIU A RRSIG -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5V0S7HPRC5IAFH3C3RO0HHNH543D3UIU A RRSIG +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=TXT diff --git a/regression-tests/tests/nsec3-hash-query/expected_result b/regression-tests/tests/nsec3-hash-query/expected_result index 322427636b..a6ffacde20 100644 --- a/regression-tests/tests/nsec3-hash-query/expected_result +++ b/regression-tests/tests/nsec3-hash-query/expected_result @@ -1,4 +1,4 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -2 . IN OPT 32768 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com.', qtype=A diff --git a/regression-tests/tests/nsec3-hash-query/expected_result.dnssec b/regression-tests/tests/nsec3-hash-query/expected_result.dnssec index 8e50e49533..3f56c3edb3 100644 --- a/regression-tests/tests/nsec3-hash-query/expected_result.dnssec +++ b/regression-tests/tests/nsec3-hash-query/expected_result.dnssec @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 usa.example.com. IN NSEC 86400 *.w1.example.com. NS RRSIG NSEC -1 usa.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 usa.example.com. 86400 IN NSEC *.w1.example.com. NS RRSIG NSEC +1 usa.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com.', qtype=A diff --git a/regression-tests/tests/nsec3-hash-query/expected_result.narrow b/regression-tests/tests/nsec3-hash-query/expected_result.narrow index b3214e29ed..2e06b0f89c 100644 --- a/regression-tests/tests/nsec3-hash-query/expected_result.narrow +++ b/regression-tests/tests/nsec3-hash-query/expected_result.narrow @@ -1,11 +1,11 @@ -1 1a140bgusgdcs1r19730hkq46r7bffq8.example.com. IN NSEC3 86400 1 [flags] 1 abcd 1A140BGUSGDCS1R19730HKQ46R7BFFQA -1 1a140bgusgdcs1r19730hkq46r7bffq8.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 1a140bgusgdcs1r19730hkq46r7bffq8.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 1A140BGUSGDCS1R19730HKQ46R7BFFQA +1 1a140bgusgdcs1r19730hkq46r7bffq8.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com.', qtype=A diff --git a/regression-tests/tests/nsec3-hash-query/expected_result.nsec3 b/regression-tests/tests/nsec3-hash-query/expected_result.nsec3 index e19231a32a..41e616324c 100644 --- a/regression-tests/tests/nsec3-hash-query/expected_result.nsec3 +++ b/regression-tests/tests/nsec3-hash-query/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 1a0gisil40k7t5sedn514s889mmi96kn.example.com. IN NSEC3 86400 1 [flags] 1 abcd 1A3V0V070LETVUTCAHLH0EQ5K5PQ8M4M A RRSIG -1 1a0gisil40k7t5sedn514s889mmi96kn.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 1a0gisil40k7t5sedn514s889mmi96kn.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 1A3V0V070LETVUTCAHLH0EQ5K5PQ8M4M A RRSIG +1 1a0gisil40k7t5sedn514s889mmi96kn.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com.', qtype=A diff --git a/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result b/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result index 207500a983..2f29f5f018 100644 --- a/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result +++ b/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result @@ -1,9 +1,9 @@ -1 *.something.wtest.com. IN NSEC 3600 a.something.wtest.com. A RRSIG NSEC -1 *.something.wtest.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 a.something.wtest.com. IN NSEC 3600 wtest.com. A RRSIG NSEC -1 a.something.wtest.com. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 *.something.wtest.com. 3600 IN NSEC a.something.wtest.com. A RRSIG NSEC +1 *.something.wtest.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 a.something.wtest.com. 3600 IN NSEC wtest.com. A RRSIG NSEC +1 a.something.wtest.com. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='second.first.something.wtest.com.', qtype=TXT diff --git a/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.narrow b/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.narrow index c5fd82aa5f..449b61cc7f 100644 --- a/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.narrow +++ b/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.narrow @@ -1,11 +1,11 @@ -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 54NJS65S8U96TKFFRFT6L7J1T1556VIL -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd D0RJLF3TFUL8JFJK86VI5CE50NUEA9A8 -1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd PD15QDSJJBFOSU5FG2OQRNLB8R8OIFL7 A RRSIG -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 54NJS65S8U96TKFFRFT6L7J1T1556VIL +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd D0RJLF3TFUL8JFJK86VI5CE50NUEA9A8 +1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd PD15QDSJJBFOSU5FG2OQRNLB8R8OIFL7 A RRSIG +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='second.first.something.wtest.com.', qtype=TXT diff --git a/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.nsec3 b/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.nsec3 index cc2161664e..f9fa5deff6 100644 --- a/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.nsec3 +++ b/regression-tests/tests/nsecx-mode2-wildcard-nodata/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd 67I2ESLUBOJ7DPG4263L3T8DV19G6D0G -1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd J02K7MH36PLGFKRS6UTOCESCCQ5P7EOB A RRSIG -1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -2 . IN OPT 32768 +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd 67I2ESLUBOJ7DPG4263L3T8DV19G6D0G +1 54njs65s8u96tkffrft6l7j1t1556vik.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd J02K7MH36PLGFKRS6UTOCESCCQ5P7EOB A RRSIG +1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='second.first.something.wtest.com.', qtype=TXT diff --git a/regression-tests/tests/nsecx-mode3-wildcard/expected_result b/regression-tests/tests/nsecx-mode3-wildcard/expected_result index 4ea55835d0..c66f739658 100644 --- a/regression-tests/tests/nsecx-mode3-wildcard/expected_result +++ b/regression-tests/tests/nsecx-mode3-wildcard/expected_result @@ -1,7 +1,7 @@ -0 second.first.something.wtest.com. IN A 3600 4.3.2.1 -0 second.first.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 a.something.wtest.com. IN NSEC 3600 wtest.com. A RRSIG NSEC -1 a.something.wtest.com. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 second.first.something.wtest.com. 3600 IN A 4.3.2.1 +0 second.first.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 a.something.wtest.com. 3600 IN NSEC wtest.com. A RRSIG NSEC +1 a.something.wtest.com. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='second.first.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/nsecx-mode3-wildcard/expected_result.narrow b/regression-tests/tests/nsecx-mode3-wildcard/expected_result.narrow index fa3be13c5c..fbbb0a80ee 100644 --- a/regression-tests/tests/nsecx-mode3-wildcard/expected_result.narrow +++ b/regression-tests/tests/nsecx-mode3-wildcard/expected_result.narrow @@ -1,7 +1,7 @@ -0 second.first.something.wtest.com. IN A 3600 4.3.2.1 -0 second.first.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd D0RJLF3TFUL8JFJK86VI5CE50NUEA9A8 -1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 second.first.something.wtest.com. 3600 IN A 4.3.2.1 +0 second.first.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd D0RJLF3TFUL8JFJK86VI5CE50NUEA9A8 +1 d0rjlf3tful8jfjk86vi5ce50nuea9a6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='second.first.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/nsecx-mode3-wildcard/expected_result.nsec3 b/regression-tests/tests/nsecx-mode3-wildcard/expected_result.nsec3 index 4e0f5adeed..fd7e0353f1 100644 --- a/regression-tests/tests/nsecx-mode3-wildcard/expected_result.nsec3 +++ b/regression-tests/tests/nsecx-mode3-wildcard/expected_result.nsec3 @@ -1,7 +1,7 @@ -0 second.first.something.wtest.com. IN A 3600 4.3.2.1 -0 second.first.something.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd J02K7MH36PLGFKRS6UTOCESCCQ5P7EOB A RRSIG -1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 second.first.something.wtest.com. 3600 IN A 4.3.2.1 +0 second.first.something.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd J02K7MH36PLGFKRS6UTOCESCCQ5P7EOB A RRSIG +1 cv382m4jqhle9u45mdqfh64vp0jbfpn5.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='second.first.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/nsecx-upcase/expected_result b/regression-tests/tests/nsecx-upcase/expected_result index 0372662222..5629c94ff2 100644 --- a/regression-tests/tests/nsecx-upcase/expected_result +++ b/regression-tests/tests/nsecx-upcase/expected_result @@ -1,9 +1,9 @@ -0 Z1234567890.wtest.com. IN CNAME 3600 server1.wtest.com. -0 Z1234567890.wtest.com. IN RRSIG 3600 CNAME 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -0 server1.wtest.com. IN A 3600 1.2.3.4 -0 server1.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 a.something.wtest.com. IN NSEC 3600 wtest.com. A RRSIG NSEC -1 a.something.wtest.com. IN RRSIG 3600 NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 Z1234567890.wtest.com. 3600 IN CNAME server1.wtest.com. +0 Z1234567890.wtest.com. 3600 IN RRSIG CNAME 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +0 server1.wtest.com. 3600 IN A 1.2.3.4 +0 server1.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 a.something.wtest.com. 3600 IN NSEC wtest.com. A RRSIG NSEC +1 a.something.wtest.com. 3600 IN RRSIG NSEC 13 4 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='Z1234567890.wtest.com.', qtype=A diff --git a/regression-tests/tests/nsecx-upcase/expected_result.narrow b/regression-tests/tests/nsecx-upcase/expected_result.narrow index da2ae323b2..da6f827d4a 100644 --- a/regression-tests/tests/nsecx-upcase/expected_result.narrow +++ b/regression-tests/tests/nsecx-upcase/expected_result.narrow @@ -1,9 +1,9 @@ -0 Z1234567890.wtest.com. IN CNAME 3600 server1.wtest.com. -0 Z1234567890.wtest.com. IN RRSIG 3600 CNAME 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -0 server1.wtest.com. IN A 3600 1.2.3.4 -0 server1.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pv38thf7bl9rb2o5cf77jkuehfupln6u.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd PV38THF7BL9RB2O5CF77JKUEHFUPLN70 -1 pv38thf7bl9rb2o5cf77jkuehfupln6u.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 Z1234567890.wtest.com. 3600 IN CNAME server1.wtest.com. +0 Z1234567890.wtest.com. 3600 IN RRSIG CNAME 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +0 server1.wtest.com. 3600 IN A 1.2.3.4 +0 server1.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pv38thf7bl9rb2o5cf77jkuehfupln6u.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd PV38THF7BL9RB2O5CF77JKUEHFUPLN70 +1 pv38thf7bl9rb2o5cf77jkuehfupln6u.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='Z1234567890.wtest.com.', qtype=A diff --git a/regression-tests/tests/nsecx-upcase/expected_result.nsec3 b/regression-tests/tests/nsecx-upcase/expected_result.nsec3 index e5bc2afda1..1708f6d711 100644 --- a/regression-tests/tests/nsecx-upcase/expected_result.nsec3 +++ b/regression-tests/tests/nsecx-upcase/expected_result.nsec3 @@ -1,9 +1,9 @@ -0 Z1234567890.wtest.com. IN CNAME 3600 server1.wtest.com. -0 Z1234567890.wtest.com. IN RRSIG 3600 CNAME 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... -0 server1.wtest.com. IN A 3600 1.2.3.4 -0 server1.wtest.com. IN RRSIG 3600 A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN NSEC3 3600 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG -1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... -2 . IN OPT 32768 +0 Z1234567890.wtest.com. 3600 IN CNAME server1.wtest.com. +0 Z1234567890.wtest.com. 3600 IN RRSIG CNAME 13 2 3600 [expiry] [inception] [keytag] wtest.com. ... +0 server1.wtest.com. 3600 IN A 1.2.3.4 +0 server1.wtest.com. 3600 IN RRSIG A 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN NSEC3 1 [flags] 1 abcd SHEGK154N8362AG22AR9VDDRF3127M6I A RRSIG +1 pd15qdsjjbfosu5fg2oqrnlb8r8oifl6.wtest.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] wtest.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='Z1234567890.wtest.com.', qtype=A diff --git a/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result b/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result index 377eef2e2b..7cb1b15403 100644 --- a/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result +++ b/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 outpost.example.com. IN NSEC 86400 rhs-at-expansion.example.com. A RRSIG NSEC -1 outpost.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 outpost.example.com. 86400 IN NSEC rhs-at-expansion.example.com. A RRSIG NSEC +1 outpost.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx1.nx2.outpost.example.com.', qtype=A diff --git a/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.narrow b/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.narrow index b6f29e82e1..612fab6c9f 100644 --- a/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.narrow +++ b/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.narrow @@ -1,11 +1,11 @@ -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5UVGFM2VJCJE09SVS7LFB22I1UUQJF99 A RRSIG -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 sdgbafmjek5v4t8c89q9u0n03qmcslor.example.com. IN NSEC3 86400 1 [flags] 1 abcd SDGBAFMJEK5V4T8C89Q9U0N03QMCSLOT -1 sdgbafmjek5v4t8c89q9u0n03qmcslor.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. IN NSEC3 86400 1 [flags] 1 abcd TSDP8HAJLFGR90CV4IB634G1M25NC5UR -1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5UVGFM2VJCJE09SVS7LFB22I1UUQJF99 A RRSIG +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 sdgbafmjek5v4t8c89q9u0n03qmcslor.example.com. 86400 IN NSEC3 1 [flags] 1 abcd SDGBAFMJEK5V4T8C89Q9U0N03QMCSLOT +1 sdgbafmjek5v4t8c89q9u0n03qmcslor.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. 86400 IN NSEC3 1 [flags] 1 abcd TSDP8HAJLFGR90CV4IB634G1M25NC5UR +1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx1.nx2.outpost.example.com.', qtype=A diff --git a/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.nsec3 b/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.nsec3 index 91d316da84..8ef66775bb 100644 --- a/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.nsec3 +++ b/regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5V0S7HPRC5IAFH3C3RO0HHNH543D3UIU A RRSIG -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 sdeu4ba3b451gf8ijikm2tphu3bugl4g.example.com. IN NSEC3 86400 1 [flags] 1 abcd SDH8FVJ6LQLSVCQCO8QP82I6JTR574H2 A RRSIG -1 sdeu4ba3b451gf8ijikm2tphu3bugl4g.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. IN NSEC3 86400 1 [flags] 1 abcd TSIKPRKTT53V9ILUK08SMR9KADQ44TR1 A RRSIG -1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5V0S7HPRC5IAFH3C3RO0HHNH543D3UIU A RRSIG +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 sdeu4ba3b451gf8ijikm2tphu3bugl4g.example.com. 86400 IN NSEC3 1 [flags] 1 abcd SDH8FVJ6LQLSVCQCO8QP82I6JTR574H2 A RRSIG +1 sdeu4ba3b451gf8ijikm2tphu3bugl4g.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. 86400 IN NSEC3 1 [flags] 1 abcd TSIKPRKTT53V9ILUK08SMR9KADQ44TR1 A RRSIG +1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx1.nx2.outpost.example.com.', qtype=A diff --git a/regression-tests/tests/nxdomain-for-unknown-record/expected_result b/regression-tests/tests/nxdomain-for-unknown-record/expected_result index 4fc9cad0da..f455c020d8 100644 --- a/regression-tests/tests/nxdomain-for-unknown-record/expected_result +++ b/regression-tests/tests/nxdomain-for-unknown-record/expected_result @@ -1,3 +1,3 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='no-such-host.example.com.', qtype=A diff --git a/regression-tests/tests/obscured-wildcard/expected_result b/regression-tests/tests/obscured-wildcard/expected_result index 8ed83f1e01..dcde87cd9c 100644 --- a/regression-tests/tests/obscured-wildcard/expected_result +++ b/regression-tests/tests/obscured-wildcard/expected_result @@ -1,3 +1,3 @@ -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.a.something.wtest.com.', qtype=A diff --git a/regression-tests/tests/one-step-cname-resolution/expected_result b/regression-tests/tests/one-step-cname-resolution/expected_result index e519f7412d..2a15399fa3 100644 --- a/regression-tests/tests/one-step-cname-resolution/expected_result +++ b/regression-tests/tests/one-step-cname-resolution/expected_result @@ -1,4 +1,4 @@ -0 outpost.example.com. IN A 120 192.168.2.1 -0 www.example.com. IN CNAME 120 outpost.example.com. +0 outpost.example.com. 120 IN A 192.168.2.1 +0 www.example.com. 120 IN CNAME outpost.example.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.example.com.', qtype=A diff --git a/regression-tests/tests/out-of-bailiwick-referral/expected_result b/regression-tests/tests/out-of-bailiwick-referral/expected_result index e74303b548..717c59078b 100644 --- a/regression-tests/tests/out-of-bailiwick-referral/expected_result +++ b/regression-tests/tests/out-of-bailiwick-referral/expected_result @@ -1,4 +1,4 @@ -1 france.example.com. IN NS 120 ns1.otherprovider.net. -1 france.example.com. IN NS 120 ns2.otherprovider.net. +1 france.example.com. 120 IN NS ns1.otherprovider.net. +1 france.example.com. 120 IN NS ns2.otherprovider.net. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='www.france.example.com.', qtype=A diff --git a/regression-tests/tests/pretty-big-packet/expected_result b/regression-tests/tests/pretty-big-packet/expected_result index c564d86288..48b5157062 100644 --- a/regression-tests/tests/pretty-big-packet/expected_result +++ b/regression-tests/tests/pretty-big-packet/expected_result @@ -1,27 +1,27 @@ -0 toomuchinfo-a.example.com. IN A 120 192.168.99.1 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.10 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.11 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.12 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.13 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.14 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.15 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.16 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.17 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.18 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.19 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.2 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.20 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.21 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.22 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.23 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.24 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.25 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.3 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.4 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.5 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.6 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.7 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.8 -0 toomuchinfo-a.example.com. IN A 120 192.168.99.9 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.1 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.10 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.11 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.12 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.13 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.14 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.15 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.16 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.17 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.18 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.19 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.2 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.20 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.21 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.22 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.23 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.24 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.25 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.3 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.4 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.5 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.6 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.7 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.8 +0 toomuchinfo-a.example.com. 120 IN A 192.168.99.9 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='toomuchinfo-a.example.com.', qtype=A diff --git a/regression-tests/tests/publishing-cds-cdnskey/expected_result b/regression-tests/tests/publishing-cds-cdnskey/expected_result index 42d41acf25..505da2cc4d 100644 --- a/regression-tests/tests/publishing-cds-cdnskey/expected_result +++ b/regression-tests/tests/publishing-cds-cdnskey/expected_result @@ -1,46 +1,46 @@ -0 secure-delegated.dnssec-parent.com. IN CDS 86400 54319 8 2 a0b9c38cd324182af0ef66830d0a0e85a1d58979c9834e18c871779e040857b7 -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -2 . IN OPT 32768 +0 secure-delegated.dnssec-parent.com. 86400 IN CDS 54319 8 2 a0b9c38cd324182af0ef66830d0a0e85a1d58979c9834e18c871779e040857b7 +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='secure-delegated.dnssec-parent.com.', qtype=CDS -0 secure-delegated.dnssec-parent.com. IN CDNSKEY 86400 257 3 8 AwEAAZd9R7SWWGqA12oG7Ls+h3b0/IAyMj/Pqn/ZuKWM/OdpxT/cn2xwLDhkdmqP/pUqAzvyFPyd4kTqrmLfbohBwA7+07pBVa4qf/jxlHivdMNUD72H+dUYqBlmhCC6l3eG+8FZi2tkdwn8kUoa9kyLMtrEaFnOd/oUQbmNvIDp+8VWv1cSnRJ8UXKdXLl0smpvC7h1K2AUiC5oGIYQTCYWwYRM1wCbb+q1fbFCdkbI7OQW/h7Pj30eLpIuz0bJj4vdKXXZHK8clSdTMAFm6rQsNDI0w7QdCgaDmTn3b6TF2UJi4eDnh7uDbSpUd1mI5XWNw4C6WrUmebFLfiry6vqdiIc= -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -2 . IN OPT 32768 +0 secure-delegated.dnssec-parent.com. 86400 IN CDNSKEY 257 3 8 AwEAAZd9R7SWWGqA12oG7Ls+h3b0/IAyMj/Pqn/ZuKWM/OdpxT/cn2xwLDhkdmqP/pUqAzvyFPyd4kTqrmLfbohBwA7+07pBVa4qf/jxlHivdMNUD72H+dUYqBlmhCC6l3eG+8FZi2tkdwn8kUoa9kyLMtrEaFnOd/oUQbmNvIDp+8VWv1cSnRJ8UXKdXLl0smpvC7h1K2AUiC5oGIYQTCYWwYRM1wCbb+q1fbFCdkbI7OQW/h7Pj30eLpIuz0bJj4vdKXXZHK8clSdTMAFm6rQsNDI0w7QdCgaDmTn3b6TF2UJi4eDnh7uDbSpUd1mI5XWNw4C6WrUmebFLfiry6vqdiIc= +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='secure-delegated.dnssec-parent.com.', qtype=CDNSKEY -0 secure-delegated.dnssec-parent.com. IN CDNSKEY 86400 257 3 8 AwEAAZd9R7SWWGqA12oG7Ls+h3b0/IAyMj/Pqn/ZuKWM/OdpxT/cn2xwLDhkdmqP/pUqAzvyFPyd4kTqrmLfbohBwA7+07pBVa4qf/jxlHivdMNUD72H+dUYqBlmhCC6l3eG+8FZi2tkdwn8kUoa9kyLMtrEaFnOd/oUQbmNvIDp+8VWv1cSnRJ8UXKdXLl0smpvC7h1K2AUiC5oGIYQTCYWwYRM1wCbb+q1fbFCdkbI7OQW/h7Pj30eLpIuz0bJj4vdKXXZHK8clSdTMAFm6rQsNDI0w7QdCgaDmTn3b6TF2UJi4eDnh7uDbSpUd1mI5XWNw4C6WrUmebFLfiry6vqdiIc= -0 secure-delegated.dnssec-parent.com. IN CDS 86400 54319 8 2 a0b9c38cd324182af0ef66830d0a0e85a1d58979c9834e18c871779e040857b7 -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -0 secure-delegated.dnssec-parent.com. IN RRSIG 86400 CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -0 dnssec-parent.com. IN CDS 86400 0 0 0 00 -0 dnssec-parent.com. IN RRSIG 86400 CDS 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... -2 . IN OPT 32768 +0 secure-delegated.dnssec-parent.com. 86400 IN CDNSKEY 257 3 8 AwEAAZd9R7SWWGqA12oG7Ls+h3b0/IAyMj/Pqn/ZuKWM/OdpxT/cn2xwLDhkdmqP/pUqAzvyFPyd4kTqrmLfbohBwA7+07pBVa4qf/jxlHivdMNUD72H+dUYqBlmhCC6l3eG+8FZi2tkdwn8kUoa9kyLMtrEaFnOd/oUQbmNvIDp+8VWv1cSnRJ8UXKdXLl0smpvC7h1K2AUiC5oGIYQTCYWwYRM1wCbb+q1fbFCdkbI7OQW/h7Pj30eLpIuz0bJj4vdKXXZHK8clSdTMAFm6rQsNDI0w7QdCgaDmTn3b6TF2UJi4eDnh7uDbSpUd1mI5XWNw4C6WrUmebFLfiry6vqdiIc= +0 secure-delegated.dnssec-parent.com. 86400 IN CDS 54319 8 2 a0b9c38cd324182af0ef66830d0a0e85a1d58979c9834e18c871779e040857b7 +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDNSKEY 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +0 secure-delegated.dnssec-parent.com. 86400 IN RRSIG CDS 8 3 86400 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +0 dnssec-parent.com. 86400 IN CDS 0 0 0 00 +0 dnssec-parent.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='dnssec-parent.com.', qtype=CDS -0 dnssec-parent.com. IN CDNSKEY 86400 0 3 0 AA== -0 dnssec-parent.com. IN RRSIG 86400 CDNSKEY 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... -2 . IN OPT 32768 +0 dnssec-parent.com. 86400 IN CDNSKEY 0 3 0 AA== +0 dnssec-parent.com. 86400 IN RRSIG CDNSKEY 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='dnssec-parent.com.', qtype=CDNSKEY -0 dnssec-parent.com. IN CDNSKEY 86400 0 3 0 AA== -0 dnssec-parent.com. IN CDS 86400 0 0 0 00 -0 dnssec-parent.com. IN RRSIG 86400 CDNSKEY 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... -0 dnssec-parent.com. IN RRSIG 86400 CDS 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... -0 cdnskey-cds-test.com. IN CDS 86400 -0 cdnskey-cds-test.com. IN RRSIG 86400 -2 . IN OPT 32768 +0 dnssec-parent.com. 86400 IN CDNSKEY 0 3 0 AA== +0 dnssec-parent.com. 86400 IN CDS 0 0 0 00 +0 dnssec-parent.com. 86400 IN RRSIG CDNSKEY 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... +0 dnssec-parent.com. 86400 IN RRSIG CDS 13 2 86400 [expiry] [inception] [keytag] dnssec-parent.com. ... +0 cdnskey-cds-test.com. 86400 +0 cdnskey-cds-test.com. 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cdnskey-cds-test.com.', qtype=CDS -0 cdnskey-cds-test.com. IN CDNSKEY 86400 -0 cdnskey-cds-test.com. IN RRSIG 86400 -2 . IN OPT 32768 +0 cdnskey-cds-test.com. 86400 +0 cdnskey-cds-test.com. 86400 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cdnskey-cds-test.com.', qtype=CDNSKEY -0 cdnskey-cds-test.com. IN CDNSKEY 86400 -0 cdnskey-cds-test.com. IN CDS 86400 -0 cdnskey-cds-test.com. IN RRSIG 86400 -0 cdnskey-cds-test.com. IN RRSIG 86400 +0 cdnskey-cds-test.com. 86400 +0 cdnskey-cds-test.com. 86400 +0 cdnskey-cds-test.com. 86400 +0 cdnskey-cds-test.com. 86400 diff --git a/regression-tests/tests/root-cname/expected_result b/regression-tests/tests/root-cname/expected_result index bb40a96c4a..a919844e54 100644 --- a/regression-tests/tests/root-cname/expected_result +++ b/regression-tests/tests/root-cname/expected_result @@ -1,3 +1,3 @@ -0 toroot.test.com. IN CNAME 3600 . +0 toroot.test.com. 3600 IN CNAME . Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='toroot.test.com.', qtype=CNAME diff --git a/regression-tests/tests/root-mx/expected_result b/regression-tests/tests/root-mx/expected_result index f4ba5e0209..a2ef229a55 100644 --- a/regression-tests/tests/root-mx/expected_result +++ b/regression-tests/tests/root-mx/expected_result @@ -1,4 +1,4 @@ -0 test.com. IN MX 3600 10 . -0 test.com. IN MX 3600 15 smtp-servers.test.com. +0 test.com. 3600 IN MX 10 . +0 test.com. 3600 IN MX 15 smtp-servers.test.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='test.com.', qtype=MX diff --git a/regression-tests/tests/root-ns/expected_result b/regression-tests/tests/root-ns/expected_result index 33ce7aa1d8..757f05409c 100644 --- a/regression-tests/tests/root-ns/expected_result +++ b/regression-tests/tests/root-ns/expected_result @@ -1,5 +1,5 @@ -0 wtest.com. IN NS 3600 . -0 wtest.com. IN NS 3600 ns1.wtest.com. -2 ns1.wtest.com. IN A 3600 2.3.4.5 +0 wtest.com. 3600 IN NS . +0 wtest.com. 3600 IN NS ns1.wtest.com. +2 ns1.wtest.com. 3600 IN A 2.3.4.5 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='wtest.com.', qtype=NS diff --git a/regression-tests/tests/root-srv/expected_result b/regression-tests/tests/root-srv/expected_result index a987c0db66..3cd7ee63c8 100644 --- a/regression-tests/tests/root-srv/expected_result +++ b/regression-tests/tests/root-srv/expected_result @@ -1,3 +1,3 @@ -0 _root._tcp.dc.test.com. IN SRV 3600 0 0 0 . +0 _root._tcp.dc.test.com. 3600 IN SRV 0 0 0 . Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='_root._tcp.dc.test.com.', qtype=SRV diff --git a/regression-tests/tests/rp/expected_result b/regression-tests/tests/rp/expected_result index 32acf173bf..d8633b9129 100644 --- a/regression-tests/tests/rp/expected_result +++ b/regression-tests/tests/rp/expected_result @@ -1,3 +1,3 @@ -0 server1.test.com. IN RP 3600 ahu.ds9a.nl. counter.test.com. +0 server1.test.com. 3600 IN RP ahu.ds9a.nl. counter.test.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='server1.test.com.', qtype=RP diff --git a/regression-tests/tests/same-level-referral-soa/expected_result b/regression-tests/tests/same-level-referral-soa/expected_result index 7fcadae969..6ca3b1e1b6 100644 --- a/regression-tests/tests/same-level-referral-soa/expected_result +++ b/regression-tests/tests/same-level-referral-soa/expected_result @@ -1,4 +1,4 @@ -1 france.example.com. IN NS 120 ns1.otherprovider.net. -1 france.example.com. IN NS 120 ns2.otherprovider.net. +1 france.example.com. 120 IN NS ns1.otherprovider.net. +1 france.example.com. 120 IN NS ns2.otherprovider.net. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='france.example.com.', qtype=SOA diff --git a/regression-tests/tests/same-level-referral/expected_result b/regression-tests/tests/same-level-referral/expected_result index 7780e348f5..6dcfddd7d6 100644 --- a/regression-tests/tests/same-level-referral/expected_result +++ b/regression-tests/tests/same-level-referral/expected_result @@ -1,4 +1,4 @@ -1 france.example.com. IN NS 120 ns1.otherprovider.net. -1 france.example.com. IN NS 120 ns2.otherprovider.net. +1 france.example.com. 120 IN NS ns1.otherprovider.net. +1 france.example.com. 120 IN NS ns2.otherprovider.net. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='france.example.com.', qtype=A diff --git a/regression-tests/tests/second-level-nxdomain/expected_result b/regression-tests/tests/second-level-nxdomain/expected_result index a6c944ad67..55c72bdbe5 100644 --- a/regression-tests/tests/second-level-nxdomain/expected_result +++ b/regression-tests/tests/second-level-nxdomain/expected_result @@ -1,7 +1,7 @@ -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 outpost.example.com. IN NSEC 86400 rhs-at-expansion.example.com. A RRSIG NSEC -1 outpost.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 outpost.example.com. 86400 IN NSEC rhs-at-expansion.example.com. A RRSIG NSEC +1 outpost.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx.outpost.example.com.', qtype=A diff --git a/regression-tests/tests/second-level-nxdomain/expected_result.narrow b/regression-tests/tests/second-level-nxdomain/expected_result.narrow index 9f53f6b4d5..618224b572 100644 --- a/regression-tests/tests/second-level-nxdomain/expected_result.narrow +++ b/regression-tests/tests/second-level-nxdomain/expected_result.narrow @@ -1,11 +1,11 @@ -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5UVGFM2VJCJE09SVS7LFB22I1UUQJF99 A RRSIG -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 k6ta8mhi455hk3jskn0b2st81j6fa1l0.example.com. IN NSEC3 86400 1 [flags] 1 abcd K6TA8MHI455HK3JSKN0B2ST81J6FA1L2 -1 k6ta8mhi455hk3jskn0b2st81j6fa1l0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. IN NSEC3 86400 1 [flags] 1 abcd TSDP8HAJLFGR90CV4IB634G1M25NC5UR -1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5UVGFM2VJCJE09SVS7LFB22I1UUQJF99 A RRSIG +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 k6ta8mhi455hk3jskn0b2st81j6fa1l0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd K6TA8MHI455HK3JSKN0B2ST81J6FA1L2 +1 k6ta8mhi455hk3jskn0b2st81j6fa1l0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. 86400 IN NSEC3 1 [flags] 1 abcd TSDP8HAJLFGR90CV4IB634G1M25NC5UR +1 tsdp8hajlfgr90cv4ib634g1m25nc5up.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx.outpost.example.com.', qtype=A diff --git a/regression-tests/tests/second-level-nxdomain/expected_result.nsec3 b/regression-tests/tests/second-level-nxdomain/expected_result.nsec3 index 27b3c08a5e..02755b08c5 100644 --- a/regression-tests/tests/second-level-nxdomain/expected_result.nsec3 +++ b/regression-tests/tests/second-level-nxdomain/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN NSEC3 86400 1 [flags] 1 abcd 5V0S7HPRC5IAFH3C3RO0HHNH543D3UIU A RRSIG -1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 k6r6482mfo4upme9n407c2grb6opp1ip.example.com. IN NSEC3 86400 1 [flags] 1 abcd K6TDMVV7BP54FEFUIVR0BVABIBUN0AV9 A RRSIG -1 k6r6482mfo4upme9n407c2grb6opp1ip.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. IN NSEC3 86400 1 [flags] 1 abcd TSIKPRKTT53V9ILUK08SMR9KADQ44TR1 A RRSIG -1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 5V0S7HPRC5IAFH3C3RO0HHNH543D3UIU A RRSIG +1 5uvgfm2vjcje09svs7lfb22i1uuqjf98.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 k6r6482mfo4upme9n407c2grb6opp1ip.example.com. 86400 IN NSEC3 1 [flags] 1 abcd K6TDMVV7BP54FEFUIVR0BVABIBUN0AV9 A RRSIG +1 k6r6482mfo4upme9n407c2grb6opp1ip.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. 86400 IN NSEC3 1 [flags] 1 abcd TSIKPRKTT53V9ILUK08SMR9KADQ44TR1 A RRSIG +1 tsbl3ev9tces1kjgto3qtn36ltlu0te1.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx.outpost.example.com.', qtype=A diff --git a/regression-tests/tests/secure-cname-to-insecure-child/expected_result b/regression-tests/tests/secure-cname-to-insecure-child/expected_result index 288e33ba18..d98397052f 100644 --- a/regression-tests/tests/secure-cname-to-insecure-child/expected_result +++ b/regression-tests/tests/secure-cname-to-insecure-child/expected_result @@ -1,5 +1,5 @@ -0 www.dnssec-parent.com. IN CNAME 3600 www.insecure.dnssec-parent.com. -0 www.insecure.dnssec-parent.com. IN A 120 192.0.2.88 -2 . IN OPT 32768 +0 www.dnssec-parent.com. 3600 IN CNAME www.insecure.dnssec-parent.com. +0 www.insecure.dnssec-parent.com. 120 IN A 192.0.2.88 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/secure-cname-to-insecure-child/expected_result.dnssec b/regression-tests/tests/secure-cname-to-insecure-child/expected_result.dnssec index 937f3a3c00..49117e9a81 100644 --- a/regression-tests/tests/secure-cname-to-insecure-child/expected_result.dnssec +++ b/regression-tests/tests/secure-cname-to-insecure-child/expected_result.dnssec @@ -1,6 +1,6 @@ -0 www.dnssec-parent.com. IN CNAME 3600 www.insecure.dnssec-parent.com. -0 www.dnssec-parent.com. IN RRSIG 3600 CNAME 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... -0 www.insecure.dnssec-parent.com. IN A 120 192.0.2.88 -2 . IN OPT 32768 +0 www.dnssec-parent.com. 3600 IN CNAME www.insecure.dnssec-parent.com. +0 www.dnssec-parent.com. 3600 IN RRSIG CNAME 13 3 3600 [expiry] [inception] [keytag] dnssec-parent.com. ... +0 www.insecure.dnssec-parent.com. 120 IN A 192.0.2.88 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/secure-cname-to-insecure/expected_result b/regression-tests/tests/secure-cname-to-insecure/expected_result index 7bcd930365..59a86214bb 100644 --- a/regression-tests/tests/secure-cname-to-insecure/expected_result +++ b/regression-tests/tests/secure-cname-to-insecure/expected_result @@ -1,5 +1,5 @@ -0 cname-to-insecure.example.com. IN CNAME 120 www.insecure.dnssec-parent.com. -0 www.insecure.dnssec-parent.com. IN A 120 192.0.2.88 -2 . IN OPT 32768 +0 cname-to-insecure.example.com. 120 IN CNAME www.insecure.dnssec-parent.com. +0 www.insecure.dnssec-parent.com. 120 IN A 192.0.2.88 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cname-to-insecure.example.com.', qtype=A diff --git a/regression-tests/tests/secure-cname-to-insecure/expected_result.dnssec b/regression-tests/tests/secure-cname-to-insecure/expected_result.dnssec index 76458ceacb..c4835f71b5 100644 --- a/regression-tests/tests/secure-cname-to-insecure/expected_result.dnssec +++ b/regression-tests/tests/secure-cname-to-insecure/expected_result.dnssec @@ -1,6 +1,6 @@ -0 cname-to-insecure.example.com. IN CNAME 120 www.insecure.dnssec-parent.com. -0 cname-to-insecure.example.com. IN RRSIG 120 CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... -0 www.insecure.dnssec-parent.com. IN A 120 192.0.2.88 -2 . IN OPT 32768 +0 cname-to-insecure.example.com. 120 IN CNAME www.insecure.dnssec-parent.com. +0 cname-to-insecure.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 www.insecure.dnssec-parent.com. 120 IN A 192.0.2.88 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='cname-to-insecure.example.com.', qtype=A diff --git a/regression-tests/tests/secure-delegation-ds-ns/expected_result b/regression-tests/tests/secure-delegation-ds-ns/expected_result index ddfa55f2fd..86431972a2 100644 --- a/regression-tests/tests/secure-delegation-ds-ns/expected_result +++ b/regression-tests/tests/secure-delegation-ds-ns/expected_result @@ -1,4 +1,4 @@ -1 dsdelegation.example.com. IN NS 120 ns.example.com. -2 . IN OPT 32768 +1 dsdelegation.example.com. 120 IN NS ns.example.com. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='www.dsdelegation.example.com.', qtype=A diff --git a/regression-tests/tests/secure-delegation-ds-ns/expected_result.dnssec b/regression-tests/tests/secure-delegation-ds-ns/expected_result.dnssec index 47f190b99e..f692fa3e69 100644 --- a/regression-tests/tests/secure-delegation-ds-ns/expected_result.dnssec +++ b/regression-tests/tests/secure-delegation-ds-ns/expected_result.dnssec @@ -1,6 +1,6 @@ -1 dsdelegation.example.com. IN DS 120 28129 8 1 caf1eaaecdabe7616670788f9022454bf5fd9fda -1 dsdelegation.example.com. IN NS 120 ns.example.com. -1 dsdelegation.example.com. IN RRSIG 120 DS 13 3 120 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 dsdelegation.example.com. 120 IN DS 28129 8 1 caf1eaaecdabe7616670788f9022454bf5fd9fda +1 dsdelegation.example.com. 120 IN NS ns.example.com. +1 dsdelegation.example.com. 120 IN RRSIG DS 13 3 120 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='www.dsdelegation.example.com.', qtype=A diff --git a/regression-tests/tests/secure-delegation/expected_result b/regression-tests/tests/secure-delegation/expected_result index d35c8c6ce3..65cfd70cd5 100644 --- a/regression-tests/tests/secure-delegation/expected_result +++ b/regression-tests/tests/secure-delegation/expected_result @@ -1,4 +1,4 @@ -0 secure-delegated.dnssec-parent.com. IN A 3600 9.9.9.9 -2 . IN OPT 32768 +0 secure-delegated.dnssec-parent.com. 3600 IN A 9.9.9.9 +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='secure-delegated.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/secure-delegation/expected_result.dnssec b/regression-tests/tests/secure-delegation/expected_result.dnssec index 93840376b7..fc53931e46 100644 --- a/regression-tests/tests/secure-delegation/expected_result.dnssec +++ b/regression-tests/tests/secure-delegation/expected_result.dnssec @@ -1,5 +1,5 @@ -0 secure-delegated.dnssec-parent.com. IN A 3600 9.9.9.9 -0 secure-delegated.dnssec-parent.com. IN RRSIG 3600 A 8 3 3600 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... -2 . IN OPT 32768 +0 secure-delegated.dnssec-parent.com. 3600 IN A 9.9.9.9 +0 secure-delegated.dnssec-parent.com. 3600 IN RRSIG A 8 3 3600 [expiry] [inception] [keytag] secure-delegated.dnssec-parent.com. ... +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='secure-delegated.dnssec-parent.com.', qtype=A diff --git a/regression-tests/tests/space-name/expected_result b/regression-tests/tests/space-name/expected_result index da87b5ffd1..c28a967084 100644 --- a/regression-tests/tests/space-name/expected_result +++ b/regression-tests/tests/space-name/expected_result @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 smtp1.example.com. IN NSEC 86400 start.example.com. CNAME RRSIG NSEC -1 smtp1.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 smtp1.example.com. 86400 IN NSEC start.example.com. CNAME RRSIG NSEC +1 smtp1.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='space\032name.example.com.', qtype=A diff --git a/regression-tests/tests/space-name/expected_result.narrow b/regression-tests/tests/space-name/expected_result.narrow index de870e2f33..9c8f65c15d 100644 --- a/regression-tests/tests/space-name/expected_result.narrow +++ b/regression-tests/tests/space-name/expected_result.narrow @@ -1,11 +1,11 @@ -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 gl4qf9db2fkivonidgs9954bhkhpvviq.example.com. IN NSEC3 86400 1 [flags] 1 abcd GL4QF9DB2FKIVONIDGS9954BHKHPVVIS -1 gl4qf9db2fkivonidgs9954bhkhpvviq.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 gl4qf9db2fkivonidgs9954bhkhpvviq.example.com. 86400 IN NSEC3 1 [flags] 1 abcd GL4QF9DB2FKIVONIDGS9954BHKHPVVIS +1 gl4qf9db2fkivonidgs9954bhkhpvviq.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='space\032name.example.com.', qtype=A diff --git a/regression-tests/tests/space-name/expected_result.nsec3 b/regression-tests/tests/space-name/expected_result.nsec3 index e899b33cfa..ee653d3fa5 100644 --- a/regression-tests/tests/space-name/expected_result.nsec3 +++ b/regression-tests/tests/space-name/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 gl3vilecelbsri6t44urj9lp6m5853mq.example.com. IN NSEC3 86400 1 [flags] 1 abcd GL5I9VH027O95O1M3UTE1A8KR1TJ253D A RRSIG -1 gl3vilecelbsri6t44urj9lp6m5853mq.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 gl3vilecelbsri6t44urj9lp6m5853mq.example.com. 86400 IN NSEC3 1 [flags] 1 abcd GL5I9VH027O95O1M3UTE1A8KR1TJ253D A RRSIG +1 gl3vilecelbsri6t44urj9lp6m5853mq.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='space\032name.example.com.', qtype=A diff --git a/regression-tests/tests/svcb-aliasmode/expected_result b/regression-tests/tests/svcb-aliasmode/expected_result index 145d33364c..2ec88ae8fd 100644 --- a/regression-tests/tests/svcb-aliasmode/expected_result +++ b/regression-tests/tests/svcb-aliasmode/expected_result @@ -1,10 +1,10 @@ -0 foo.svcb.example.com. IN SVCB 120 0 foo1.svcb.example.com. -2 . IN OPT 32768 -2 foo1.svcb.example.com. IN A 120 192.0.2.2 -2 foo1.svcb.example.com. IN SVCB 120 1 . alpn=h2,h3 +0 foo.svcb.example.com. 120 IN SVCB 0 foo1.svcb.example.com. +2 . 32768 IN OPT +2 foo1.svcb.example.com. 120 IN A 192.0.2.2 +2 foo1.svcb.example.com. 120 IN SVCB 1 . alpn=h2,h3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='foo.svcb.example.com.', qtype=SVCB -0 baz.svcb.example.com. IN SVCB 120 0 foo1.svcb.example.net. -2 . IN OPT 32768 +0 baz.svcb.example.com. 120 IN SVCB 0 foo1.svcb.example.net. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='baz.svcb.example.com.', qtype=SVCB diff --git a/regression-tests/tests/svcb-aliasmode/expected_result.dnssec b/regression-tests/tests/svcb-aliasmode/expected_result.dnssec index 64f1189e0c..2c7f67a628 100644 --- a/regression-tests/tests/svcb-aliasmode/expected_result.dnssec +++ b/regression-tests/tests/svcb-aliasmode/expected_result.dnssec @@ -1,14 +1,14 @@ -0 foo.svcb.example.com. IN RRSIG 120 SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... -0 foo.svcb.example.com. IN SVCB 120 0 foo1.svcb.example.com. -2 . IN OPT 32768 -2 foo1.svcb.example.com. IN A 120 192.0.2.2 -2 foo1.svcb.example.com. IN RRSIG 120 A 13 4 120 [expiry] [inception] [keytag] example.com. ... -2 foo1.svcb.example.com. IN RRSIG 120 SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... -2 foo1.svcb.example.com. IN SVCB 120 1 . alpn=h2,h3 +0 foo.svcb.example.com. 120 IN RRSIG SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... +0 foo.svcb.example.com. 120 IN SVCB 0 foo1.svcb.example.com. +2 . 32768 IN OPT +2 foo1.svcb.example.com. 120 IN A 192.0.2.2 +2 foo1.svcb.example.com. 120 IN RRSIG A 13 4 120 [expiry] [inception] [keytag] example.com. ... +2 foo1.svcb.example.com. 120 IN RRSIG SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... +2 foo1.svcb.example.com. 120 IN SVCB 1 . alpn=h2,h3 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='foo.svcb.example.com.', qtype=SVCB -0 baz.svcb.example.com. IN RRSIG 120 SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... -0 baz.svcb.example.com. IN SVCB 120 0 foo1.svcb.example.net. -2 . IN OPT 32768 +0 baz.svcb.example.com. 120 IN RRSIG SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... +0 baz.svcb.example.com. 120 IN SVCB 0 foo1.svcb.example.net. +2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='baz.svcb.example.com.', qtype=SVCB diff --git a/regression-tests/tests/svcb-servicemode/expected_result b/regression-tests/tests/svcb-servicemode/expected_result index b8f811b39e..c4a8c4303a 100644 --- a/regression-tests/tests/svcb-servicemode/expected_result +++ b/regression-tests/tests/svcb-servicemode/expected_result @@ -1,8 +1,8 @@ -0 bar.svcb.example.com. IN SVCB 120 1 . alpn=h2 -0 bar.svcb.example.com. IN SVCB 120 3 . alpn=h3 port=1500 -2 . IN OPT 32768 -2 bar.svcb.example.com. IN A 120 192.0.2.1 -2 bar.svcb.example.com. IN AAAA 120 2001:db8::3:1 -2 bar.svcb.example.com. IN AAAA 120 2001:db8::3:4 +0 bar.svcb.example.com. 120 IN SVCB 1 . alpn=h2 +0 bar.svcb.example.com. 120 IN SVCB 3 . alpn=h3 port=1500 +2 . 32768 IN OPT +2 bar.svcb.example.com. 120 IN A 192.0.2.1 +2 bar.svcb.example.com. 120 IN AAAA 2001:db8::3:1 +2 bar.svcb.example.com. 120 IN AAAA 2001:db8::3:4 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='bar.svcb.example.com.', qtype=SVCB diff --git a/regression-tests/tests/svcb-servicemode/expected_result.dnssec b/regression-tests/tests/svcb-servicemode/expected_result.dnssec index 3faec47c51..7920485fa5 100644 --- a/regression-tests/tests/svcb-servicemode/expected_result.dnssec +++ b/regression-tests/tests/svcb-servicemode/expected_result.dnssec @@ -1,11 +1,11 @@ -0 bar.svcb.example.com. IN RRSIG 120 SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... -0 bar.svcb.example.com. IN SVCB 120 1 . alpn=h2 -0 bar.svcb.example.com. IN SVCB 120 3 . alpn=h3 port=1500 -2 . IN OPT 32768 -2 bar.svcb.example.com. IN A 120 192.0.2.1 -2 bar.svcb.example.com. IN AAAA 120 2001:db8::3:1 -2 bar.svcb.example.com. IN AAAA 120 2001:db8::3:4 -2 bar.svcb.example.com. IN RRSIG 120 A 13 4 120 [expiry] [inception] [keytag] example.com. ... -2 bar.svcb.example.com. IN RRSIG 120 AAAA 13 4 120 [expiry] [inception] [keytag] example.com. ... +0 bar.svcb.example.com. 120 IN RRSIG SVCB 13 4 120 [expiry] [inception] [keytag] example.com. ... +0 bar.svcb.example.com. 120 IN SVCB 1 . alpn=h2 +0 bar.svcb.example.com. 120 IN SVCB 3 . alpn=h3 port=1500 +2 . 32768 IN OPT +2 bar.svcb.example.com. 120 IN A 192.0.2.1 +2 bar.svcb.example.com. 120 IN AAAA 2001:db8::3:1 +2 bar.svcb.example.com. 120 IN AAAA 2001:db8::3:4 +2 bar.svcb.example.com. 120 IN RRSIG A 13 4 120 [expiry] [inception] [keytag] example.com. ... +2 bar.svcb.example.com. 120 IN RRSIG AAAA 13 4 120 [expiry] [inception] [keytag] example.com. ... Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='bar.svcb.example.com.', qtype=SVCB diff --git a/regression-tests/tests/test-urc/expected_result b/regression-tests/tests/test-urc/expected_result index 6787668eeb..728deafef4 100644 --- a/regression-tests/tests/test-urc/expected_result +++ b/regression-tests/tests/test-urc/expected_result @@ -1,3 +1,3 @@ -0 urc65226.test.com. IN TYPE65226 3600 \# 3 414243 +0 urc65226.test.com. 3600 IN TYPE65226 \# 3 414243 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='urc65226.test.com.', qtype=TYPE65226 diff --git a/regression-tests/tests/two-level-nxdomain/expected_result b/regression-tests/tests/two-level-nxdomain/expected_result index d8d21b0557..f5bf604f77 100644 --- a/regression-tests/tests/two-level-nxdomain/expected_result +++ b/regression-tests/tests/two-level-nxdomain/expected_result @@ -1,9 +1,9 @@ -1 example.com. IN NSEC 86400 _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY -1 example.com. IN RRSIG 86400 NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 ns2.example.com. IN NSEC 86400 nxd.example.com. A RRSIG NSEC -1 ns2.example.com. IN RRSIG 86400 NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 example.com. 86400 IN NSEC _imap._tcp.example.com. NS SOA MX RRSIG NSEC DNSKEY +1 example.com. 86400 IN RRSIG NSEC 13 2 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 ns2.example.com. 86400 IN NSEC nxd.example.com. A RRSIG NSEC +1 ns2.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx1.nx2.example.com.', qtype=A diff --git a/regression-tests/tests/two-level-nxdomain/expected_result.narrow b/regression-tests/tests/two-level-nxdomain/expected_result.narrow index 315280afa5..3d59f3c1ab 100644 --- a/regression-tests/tests/two-level-nxdomain/expected_result.narrow +++ b/regression-tests/tests/two-level-nxdomain/expected_result.narrow @@ -1,11 +1,11 @@ -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 -1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 ectnliqstqsjnnrpuhjj5h0j3c3odkk3.example.com. IN NSEC3 86400 1 [flags] 1 abcd ECTNLIQSTQSJNNRPUHJJ5H0J3C3ODKK5 -1 ectnliqstqsjnnrpuhjj5h0j3c3odkk3.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FAG9508OQU3M22QAC0U5EQGG45V8CF2 +1 9fag9508oqu3m22qac0u5eqgg45v8cf0.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 ectnliqstqsjnnrpuhjj5h0j3c3odkk3.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ECTNLIQSTQSJNNRPUHJJ5H0J3C3ODKK5 +1 ectnliqstqsjnnrpuhjj5h0j3c3odkk3.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTNQ6OCN2VKUIV3NJU14OQTAEN2MT5SL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx1.nx2.example.com.', qtype=A diff --git a/regression-tests/tests/two-level-nxdomain/expected_result.nsec3 b/regression-tests/tests/two-level-nxdomain/expected_result.nsec3 index ad2307d112..1f38c6f2bb 100644 --- a/regression-tests/tests/two-level-nxdomain/expected_result.nsec3 +++ b/regression-tests/tests/two-level-nxdomain/expected_result.nsec3 @@ -1,11 +1,11 @@ -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN NSEC3 86400 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG -1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 ecskkg9s6f7lap5qjrnns1bf8pjunshj.example.com. IN NSEC3 86400 1 [flags] 1 abcd ECTPI4N8UNDE9GNVKHG28NJR512JBD4O A RRSIG -1 ecskkg9s6f7lap5qjrnns1bf8pjunshj.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN RRSIG 86400 SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN NSEC3 86400 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. IN RRSIG 86400 NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... -2 . IN OPT 32768 +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN NSEC3 1 [flags] 1 abcd 9FDAOFPLLN0FQFU9DP274GOU59QFHSLD A RRSIG +1 9f8hti7cc7oqnqjv84klnp89glqrss3r.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 ecskkg9s6f7lap5qjrnns1bf8pjunshj.example.com. 86400 IN NSEC3 1 [flags] 1 abcd ECTPI4N8UNDE9GNVKHG28NJR512JBD4O A RRSIG +1 ecskkg9s6f7lap5qjrnns1bf8pjunshj.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN RRSIG SOA 13 2 100000 [expiry] [inception] [keytag] example.com. ... +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN NSEC3 1 [flags] 1 abcd VTP9NUQBEH436S7J0K8TI2A32MMKCUUL NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 vtnq6ocn2vkuiv3nju14oqtaen2mt5sk.example.com. 86400 IN RRSIG NSEC3 13 3 86400 [expiry] [inception] [keytag] example.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nx1.nx2.example.com.', qtype=A diff --git a/regression-tests/tests/type65535-query/expected_result b/regression-tests/tests/type65535-query/expected_result index 39db1b923f..1c4f937acb 100644 --- a/regression-tests/tests/type65535-query/expected_result +++ b/regression-tests/tests/type65535-query/expected_result @@ -1,3 +1,3 @@ -1 example.com. IN SOA 86400 ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 +1 example.com. 86400 IN SOA ns1.example.com. ahu.example.com. 2847484148 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='outpost.example.com.', qtype=TYPE65535 diff --git a/regression-tests/tests/underscore-sorting/expected_result b/regression-tests/tests/underscore-sorting/expected_result index 4464fafc73..b5d1f08bb8 100644 --- a/regression-tests/tests/underscore-sorting/expected_result +++ b/regression-tests/tests/underscore-sorting/expected_result @@ -1,2 +1,2 @@ -1 test.com. IN NSEC 3600 _underscore.test.com. NS SOA MX RRSIG NSEC DNSKEY -1 www.test.com. IN NSEC 3600 test.com. CNAME RRSIG NSEC +1 test.com. 3600 IN NSEC _underscore.test.com. NS SOA MX RRSIG NSEC DNSKEY +1 www.test.com. 3600 IN NSEC test.com. CNAME RRSIG NSEC diff --git a/regression-tests/tests/underscore-sorting/expected_result.narrow b/regression-tests/tests/underscore-sorting/expected_result.narrow index 49323995e1..c679e01e46 100644 --- a/regression-tests/tests/underscore-sorting/expected_result.narrow +++ b/regression-tests/tests/underscore-sorting/expected_result.narrow @@ -1,3 +1,3 @@ -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. IN NSEC3 3600 1 [flags] 1 abcd 2EU2GULBU53H9UVHFALSHPBO2A83T6L3 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 npce7etkesd3umcst08psfape1cnno5o.test.com. IN NSEC3 3600 1 [flags] 1 abcd NPCE7ETKESD3UMCST08PSFAPE1CNNO5Q -1 nqf0papl2qmp38upr87f930kmebc0o0n.test.com. IN NSEC3 3600 1 [flags] 1 abcd NQF0PAPL2QMP38UPR87F930KMEBC0O0P +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. 3600 IN NSEC3 1 [flags] 1 abcd 2EU2GULBU53H9UVHFALSHPBO2A83T6L3 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 npce7etkesd3umcst08psfape1cnno5o.test.com. 3600 IN NSEC3 1 [flags] 1 abcd NPCE7ETKESD3UMCST08PSFAPE1CNNO5Q +1 nqf0papl2qmp38upr87f930kmebc0o0n.test.com. 3600 IN NSEC3 1 [flags] 1 abcd NQF0PAPL2QMP38UPR87F930KMEBC0O0P diff --git a/regression-tests/tests/underscore-sorting/expected_result.nsec3 b/regression-tests/tests/underscore-sorting/expected_result.nsec3 index 09be2c04a2..6a69976b30 100644 --- a/regression-tests/tests/underscore-sorting/expected_result.nsec3 +++ b/regression-tests/tests/underscore-sorting/expected_result.nsec3 @@ -1,2 +1,2 @@ -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. IN NSEC3 3600 1 [flags] 1 abcd 2GKS2N3JPQF62QOHAVFQ1PHOLM3HR7RA NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 n5rskfsbg0uk5sspj595r6546hkk5vk1.test.com. IN NSEC3 3600 1 [flags] 1 abcd O1L0FB73HI3QP4A3FNQJSLEANLC883I3 CNAME RRSIG +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.test.com. 3600 IN NSEC3 1 [flags] 1 abcd 2GKS2N3JPQF62QOHAVFQ1PHOLM3HR7RA NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 n5rskfsbg0uk5sspj595r6546hkk5vk1.test.com. 3600 IN NSEC3 1 [flags] 1 abcd O1L0FB73HI3QP4A3FNQJSLEANLC883I3 CNAME RRSIG diff --git a/regression-tests/tests/uppercase-nsec/expected_result b/regression-tests/tests/uppercase-nsec/expected_result index 72553dc70d..566c3491b6 100644 --- a/regression-tests/tests/uppercase-nsec/expected_result +++ b/regression-tests/tests/uppercase-nsec/expected_result @@ -1,9 +1,9 @@ -1 Test.com. IN NSEC 3600 _underscore.test.com. NS SOA MX RRSIG NSEC DNSKEY -1 Test.com. IN RRSIG 3600 NSEC 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 Test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 Test.com. IN SOA 3600 ns1.Test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -1 www.Test.com. IN NSEC 3600 test.com. CNAME RRSIG NSEC -1 www.Test.com. IN RRSIG 3600 NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 +1 Test.com. 3600 IN NSEC _underscore.test.com. NS SOA MX RRSIG NSEC DNSKEY +1 Test.com. 3600 IN RRSIG NSEC 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 Test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 Test.com. 3600 IN SOA ns1.Test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 www.Test.com. 3600 IN NSEC test.com. CNAME RRSIG NSEC +1 www.Test.com. 3600 IN RRSIG NSEC 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='z.Test.com.', qtype=A diff --git a/regression-tests/tests/uppercase-nsec/expected_result.narrow b/regression-tests/tests/uppercase-nsec/expected_result.narrow index 02b01302fa..f840aa8c08 100644 --- a/regression-tests/tests/uppercase-nsec/expected_result.narrow +++ b/regression-tests/tests/uppercase-nsec/expected_result.narrow @@ -1,11 +1,11 @@ -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. IN NSEC3 3600 1 [flags] 1 abcd 2EU2GULBU53H9UVHFALSHPBO2A83T6L3 NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 Test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 Test.com. IN SOA 3600 ns1.Test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -1 npce7etkesd3umcst08psfape1cnno5o.Test.com. IN NSEC3 3600 1 [flags] 1 abcd NPCE7ETKESD3UMCST08PSFAPE1CNNO5Q -1 npce7etkesd3umcst08psfape1cnno5o.Test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 nqf0papl2qmp38upr87f930kmebc0o0n.Test.com. IN NSEC3 3600 1 [flags] 1 abcd NQF0PAPL2QMP38UPR87F930KMEBC0O0P -1 nqf0papl2qmp38upr87f930kmebc0o0n.Test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. 3600 IN NSEC3 1 [flags] 1 abcd 2EU2GULBU53H9UVHFALSHPBO2A83T6L3 NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 Test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 Test.com. 3600 IN SOA ns1.Test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 npce7etkesd3umcst08psfape1cnno5o.Test.com. 3600 IN NSEC3 1 [flags] 1 abcd NPCE7ETKESD3UMCST08PSFAPE1CNNO5Q +1 npce7etkesd3umcst08psfape1cnno5o.Test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 nqf0papl2qmp38upr87f930kmebc0o0n.Test.com. 3600 IN NSEC3 1 [flags] 1 abcd NQF0PAPL2QMP38UPR87F930KMEBC0O0P +1 nqf0papl2qmp38upr87f930kmebc0o0n.Test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='z.Test.com.', qtype=A diff --git a/regression-tests/tests/uppercase-nsec/expected_result.nsec3 b/regression-tests/tests/uppercase-nsec/expected_result.nsec3 index 3f5797159d..6aa189ddd7 100644 --- a/regression-tests/tests/uppercase-nsec/expected_result.nsec3 +++ b/regression-tests/tests/uppercase-nsec/expected_result.nsec3 @@ -1,9 +1,9 @@ -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. IN NSEC3 3600 1 [flags] 1 abcd 2GKS2N3JPQF62QOHAVFQ1PHOLM3HR7RA NS SOA MX RRSIG DNSKEY NSEC3PARAM -1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -1 Test.com. IN RRSIG 3600 SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... -1 Test.com. IN SOA 3600 ns1.Test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 -1 n5rskfsbg0uk5sspj595r6546hkk5vk1.Test.com. IN NSEC3 3600 1 [flags] 1 abcd O1L0FB73HI3QP4A3FNQJSLEANLC883I3 CNAME RRSIG -1 n5rskfsbg0uk5sspj595r6546hkk5vk1.Test.com. IN RRSIG 3600 NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... -2 . IN OPT 32768 +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. 3600 IN NSEC3 1 [flags] 1 abcd 2GKS2N3JPQF62QOHAVFQ1PHOLM3HR7RA NS SOA MX RRSIG DNSKEY NSEC3PARAM +1 2eu2gulbu53h9uvhfalshpbo2a83t6l2.Test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +1 Test.com. 3600 IN RRSIG SOA 13 2 3600 [expiry] [inception] [keytag] test.com. ... +1 Test.com. 3600 IN SOA ns1.Test.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 n5rskfsbg0uk5sspj595r6546hkk5vk1.Test.com. 3600 IN NSEC3 1 [flags] 1 abcd O1L0FB73HI3QP4A3FNQJSLEANLC883I3 CNAME RRSIG +1 n5rskfsbg0uk5sspj595r6546hkk5vk1.Test.com. 3600 IN RRSIG NSEC3 13 3 3600 [expiry] [inception] [keytag] test.com. ... +2 . 32768 IN OPT Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='z.Test.com.', qtype=A diff --git a/regression-tests/tests/very-long-txt/expected_result b/regression-tests/tests/very-long-txt/expected_result index 383bfbbf9a..33a4c7b587 100644 --- a/regression-tests/tests/very-long-txt/expected_result +++ b/regression-tests/tests/very-long-txt/expected_result @@ -1,3 +1,3 @@ -0 very-long-txt.test.com. IN TXT 3600 "A very long TXT record! boy you won't believe how long. A very long TXT record! boy you won't believe how long. A very long TXT record! boy you won't believe how long. A very long TXT record! boy you won't believe how long. A very long TXT record! boy you" " won't believe how long!" +0 very-long-txt.test.com. 3600 IN TXT "A very long TXT record! boy you won't believe how long. A very long TXT record! boy you won't believe how long. A very long TXT record! boy you won't believe how long. A very long TXT record! boy you won't believe how long. A very long TXT record! boy you" " won't believe how long!" Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='very-long-txt.test.com.', qtype=TXT diff --git a/regression-tests/tests/wildcard-overlaps-delegation/expected_result b/regression-tests/tests/wildcard-overlaps-delegation/expected_result index e8041cc485..4ce4a88fc6 100644 --- a/regression-tests/tests/wildcard-overlaps-delegation/expected_result +++ b/regression-tests/tests/wildcard-overlaps-delegation/expected_result @@ -1,3 +1,3 @@ -1 sub.test.test.com. IN NS 3600 ns-test.example.net.test.com. +1 sub.test.test.com. 3600 IN NS ns-test.example.net.test.com. Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='www.sub.test.test.com.', qtype=A diff --git a/regression-tests/tests/wrong-type-wildcard/expected_result b/regression-tests/tests/wrong-type-wildcard/expected_result index 6622ad913a..221da07c90 100644 --- a/regression-tests/tests/wrong-type-wildcard/expected_result +++ b/regression-tests/tests/wrong-type-wildcard/expected_result @@ -1,3 +1,3 @@ -1 wtest.com. IN SOA 3600 ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 +1 wtest.com. 3600 IN SOA ns1.wtest.com. ahu.example.com. 2005092501 28800 7200 604800 86400 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='www.something.wtest.com.', qtype=TXT