aboutsummaryrefslogtreecommitdiff
path: root/plugin/autopath
diff options
context:
space:
mode:
authorGravatar cricketliu <cricket@infoblox.com> 2018-01-10 23:32:06 -0800
committerGravatar Miek Gieben <miek@miek.nl> 2018-01-11 07:32:06 +0000
commit5ac8ab4b45ab2a6ea365ce7c257722b1e8036f97 (patch)
tree02ca4ff9a8f48a7971589fed65c9d3d150965779 /plugin/autopath
parent3e298d23965dd248f9512bf79996b7261b69433d (diff)
downloadcoredns-5ac8ab4b45ab2a6ea365ce7c257722b1e8036f97.tar.gz
coredns-5ac8ab4b45ab2a6ea365ce7c257722b1e8036f97.tar.zst
coredns-5ac8ab4b45ab2a6ea365ce7c257722b1e8036f97.zip
Update README.md (#1376)
Minor textual cleanup.
Diffstat (limited to 'plugin/autopath')
-rw-r--r--plugin/autopath/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/autopath/README.md b/plugin/autopath/README.md
index a70b29ab8..de2871b0c 100644
--- a/plugin/autopath/README.md
+++ b/plugin/autopath/README.md
@@ -2,13 +2,13 @@
## Name
-*autopath* - allows for server side search path completion.
+*autopath* - allows for server-side search path completion.
## Description
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
+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
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.
@@ -44,4 +44,4 @@ Use `my-resolv.conf` as the file to get the search path from. This file only nee
autopath @kubernetes
~~~
-Use the search path dynamically retrieved from the kubernetes plugin.
+Use the search path dynamically retrieved from the *kubernetes* plugin.