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:
Miek Gieben
2021-05-20 22:25:18 +02:00
committed by GitHub
parent 0348b019be
commit 163ac033ae
3 changed files with 6 additions and 110 deletions

View File

@@ -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.`