mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 03:45:11 -05:00
Compile fixes and make it work
This commit is contained in:
@@ -136,6 +136,8 @@ var exernalTestCases = []test.Case{
|
||||
Qname: "external.example.org.", Qtype: dns.TypeA,
|
||||
Answer: []dns.RR{
|
||||
test.CNAME("external.example.org. 1800 CNAME www.example.net."),
|
||||
// magic 303 TTL that says: don't check TTL.
|
||||
test.A("www.example.net. 303 IN A 93.184.216.34"),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user