mirror of
https://github.com/coredns/coredns.git
synced 2025-10-30 01:34:21 -04:00
Make it nodata
This commit is contained in:
@@ -213,10 +213,11 @@ var dnsTestCases = []test.Case{
|
||||
},
|
||||
},
|
||||
{
|
||||
// TODO(miek): double check.
|
||||
Qname: "*._not-udp-or-tcp.svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,
|
||||
Rcode: dns.RcodeSuccess,
|
||||
Answer: []dns.RR{},
|
||||
Rcode: dns.RcodeSuccess,
|
||||
Ns: []dns.RR{
|
||||
test.SOA("cluster.local. 300 IN SOA ns.dns.cluster.local. hostmaster.cluster.local. 1499347823 7200 1800 86400 60"),
|
||||
},
|
||||
},
|
||||
{
|
||||
Qname: "svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,
|
||||
|
||||
Reference in New Issue
Block a user