mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 17:24:20 -04:00
This is now answered
This commit is contained in:
@@ -203,8 +203,15 @@ var dnsTestCases = []test.Case{
|
||||
},
|
||||
{
|
||||
Qname: "*.svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,
|
||||
Rcode: dns.RcodeNameError,
|
||||
Answer: []dns.RR{},
|
||||
Rcode: dns.RcodeSuccess
|
||||
Answer: []dns.RR{
|
||||
test.SRV("*.svc-1-a.test-1.svc.cluster.local. 0 IN SRV 0 50 443 172-17-0-7.svc-1-a.test-1.svc.cluster.local."),
|
||||
test.SRV("*.svc-1-a.test-1.svc.cluster.local. 0 IN SRV 0 50 80 172-17-0-7.svc-1-a.test-1.svc.cluster.local."),
|
||||
|
||||
},
|
||||
Extra: []dns.RR{
|
||||
test.A("172-17-0-7.svc-1-a.test-1.svc.cluster.local. 0 IN A 172.17.0.7"),
|
||||
},
|
||||
},
|
||||
{
|
||||
Qname: "*._not-udp-or-tcp.svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,
|
||||
|
||||
Reference in New Issue
Block a user