Fix positive replies
This commit is contained in:
parent
547a4ab2a8
commit
4be4d92ccb
3 changed files with 10 additions and 8 deletions
|
@ -51,6 +51,7 @@ var dnssecTestCases = []coretest.Case{
|
|||
},
|
||||
},
|
||||
{
|
||||
// NoData
|
||||
Qname: "a.miek.nl.", Qtype: dns.TypeSRV, Do: true,
|
||||
Ns: []dns.RR{
|
||||
coretest.NSEC("a.miek.nl. 14400 IN NSEC archive.miek.nl. A AAAA RRSIG NSEC"),
|
||||
|
@ -60,6 +61,7 @@ var dnssecTestCases = []coretest.Case{
|
|||
},
|
||||
},
|
||||
/* HAHA nsec... shit.
|
||||
// disprove *.miek.nl and that b.miek.nl does not exist
|
||||
{
|
||||
Qname: "b.miek.nl.", Qtype: dns.TypeA,
|
||||
Rcode: dns.RcodeNameError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue