Commit 5ac8ab4b authored by cricketliu's avatar cricketliu Committed by Miek Gieben

Update README.md (#1376)

Minor textual cleanup.
parent 3e298d23
...@@ -2,13 +2,13 @@ ...@@ -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 ...@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment