Files
coredns/test
Miek Gieben 26c41a0c17 plugin/file: fix local CNAME lookup (#1866)
* plugin/file: fix local CNAME lookup

Issue #1864 explains it will, when we serve the child zone as well we
should just recursive into ourself (upstream self). Thus relax the
IsSubDomain check in file/lookup.go and just query (even if the query
will hit a remote server).

I've looped over all other plugins that do something similar (CNAME
resolving) and they didn't do the IsSubDomain check; therefor I've
removed it from *file* as well.

Added test in file_upstream_test that shows this failed before but now
results in a reply.

Fixes #1864

* self does not need to be exported

* Fix test

We don't know if we had a valid reply. Check this.
2018-06-12 14:54:37 +01:00
..
2016-09-25 08:39:20 +01:00
2017-09-26 19:41:49 +01:00
2016-10-02 15:58:01 +01:00
2018-06-02 20:28:56 +01:00
2017-10-31 07:14:49 +00:00
2017-08-24 11:35:14 +01:00