Update README.md (#1376)

Minor textual cleanup.
This commit is contained in:
cricketliu
2018-01-10 23:32:06 -08:00
committed by Miek Gieben
parent 3e298d2396
commit 5ac8ab4b45

View File

@@ -2,13 +2,13 @@
## Name ## Name
*autopath* - allows for server side search path completion. *autopath* - allows for server-side search path completion.
## Description ## Description
If it sees a query that matches the first element of the configured search path, *autopath* will 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 follow the chain of search path elements and return 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 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 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. element in it) to the name of this answer.
@@ -44,4 +44,4 @@ Use `my-resolv.conf` as the file to get the search path from. This file only nee
autopath @kubernetes autopath @kubernetes
~~~ ~~~
Use the search path dynamically retrieved from the kubernetes plugin. Use the search path dynamically retrieved from the *kubernetes* plugin.