diff options
author | 2021-05-20 22:25:18 +0200 | |
---|---|---|
committer | 2021-05-20 16:25:18 -0400 | |
commit | 163ac033aee0348ca5a4d718d234adb1a1eedce7 (patch) | |
tree | 4e20184ad0e542b142277c0f1a2746b7c9929ef9 /plugin/file/lookup_test.go | |
parent | 0348b019be984a5e21c40d00d37da2bbcc7d1b20 (diff) | |
download | coredns-163ac033aee0348ca5a4d718d234adb1a1eedce7.tar.gz coredns-163ac033aee0348ca5a4d718d234adb1a1eedce7.tar.zst coredns-163ac033aee0348ca5a4d718d234adb1a1eedce7.zip |
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 fbf3f07f469a99fcbb5985a41c260a3fad26f908.
Diffstat (limited to 'plugin/file/lookup_test.go')
-rw-r--r-- | plugin/file/lookup_test.go | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/plugin/file/lookup_test.go b/plugin/file/lookup_test.go index 72911ab05..71004397b 100644 --- a/plugin/file/lookup_test.go +++ b/plugin/file/lookup_test.go @@ -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.` |