handle blank name and namespaces (#2042)
This commit is contained in:
parent
444472891f
commit
e6ef320d13
4 changed files with 33 additions and 6 deletions
|
@ -55,7 +55,7 @@ var podModeInsecureCases = []test.Case{
|
|||
},
|
||||
{
|
||||
Qname: "podns.pod.cluster.local.", Qtype: dns.TypeA,
|
||||
Rcode: dns.RcodeNameError,
|
||||
Rcode: dns.RcodeSuccess,
|
||||
Ns: []dns.RR{
|
||||
test.SOA("cluster.local. 300 IN SOA ns.dns.cluster.local. hostmaster.cluster.local. 1515173576 7200 1800 86400 30"),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue