plugin: README.md updates (#1084)

updates so the look better on coredns.io
This commit is contained in:
Miek Gieben
2017-09-15 22:27:55 +01:00
committed by GitHub
parent 19d7d207d3
commit 2388e36c2c
10 changed files with 21 additions and 21 deletions

View File

@@ -1,12 +1,12 @@
# autopath
The *autopath* plugin allows CoreDNS to perform 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 failures the original reply is returned.
*autopath* allows CoreDNS to perform server side search path completion.
Because *autopath* returns a reply for a name that wasn't the original question it will add a CNAME
that points from the original name (with the search path element in it) to the name of this answer.
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
failures the original reply is returned. Because *autopath* returns a reply for a name that wasn't
the original question it will add a CNAME that points from the original name (with the search path
element in it) to the name of this answer.
## Syntax