mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -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,
|
Qname: "*.svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,
|
||||||
Rcode: dns.RcodeNameError,
|
Rcode: dns.RcodeSuccess
|
||||||
Answer: []dns.RR{},
|
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,
|
Qname: "*._not-udp-or-tcp.svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,
|
||||||
|
|||||||
Reference in New Issue
Block a user