docs: less CoreDNS in docs (#1154)

Various other changes.
This commit is contained in:
Miek Gieben
2017-10-20 09:47:43 +01:00
committed by GitHub
parent 11203e440d
commit c1f67493de
8 changed files with 11 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
# autopath
*autopath* allows CoreDNS to perform server side search path completion.
*autopath* allows for server side search path completion.
If it sees a query that matches the first element of the configured search path, *autopath* will
follow the chain of search path elements and returns the first reply that is not NXDOMAIN. On any
@@ -44,8 +44,3 @@ autopath @kubernetes
~~~
Use the search path dynamically retrieved from the kubernetes plugin.
## Bugs
Replies from this plugin are not cached, as the *cache* plugin is configured after this one (see
plugin.cfg).