mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
Revert "plugin/file: Fix in wrong answers returned when wildcard and concrete records exist (#4599)" (#4633)
reverting as I don't want to release 1.8.4 with this enabled.
This reverts commit fbf3f07f46.
This commit is contained in:
@@ -95,12 +95,6 @@ var dnsTestCases = []test.Case{
|
||||
},
|
||||
Ns: miekAuth,
|
||||
},
|
||||
{
|
||||
Qname: "ent.miek.nl.", Qtype: dns.TypeA,
|
||||
Ns: []dns.RR{
|
||||
test.SOA("miek.nl. 1800 IN SOA linode.atoom.net. miek.miek.nl. 1282630057 14400 3600 604800 14400"),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
const (
|
||||
@@ -199,6 +193,4 @@ www IN CNAME a
|
||||
archive IN CNAME a
|
||||
|
||||
srv IN SRV 10 10 8080 a.miek.nl.
|
||||
mx IN MX 10 a.miek.nl.
|
||||
|
||||
test.ent IN A 139.162.196.79`
|
||||
mx IN MX 10 a.miek.nl.`
|
||||
|
||||
Reference in New Issue
Block a user