aboutsummaryrefslogtreecommitdiff
path: root/plugin/autopath
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-04 12:53:07 +0000
committerGravatar GitHub <noreply@github.com> 2018-01-04 12:53:07 +0000
commit58221f55db5675c6107d19679c46a216ed072aca (patch)
treef4f86c8ecd35538da492524dec549566daf40809 /plugin/autopath
parent0600f8c058f39c7afec9f915657e06f158d21c47 (diff)
downloadcoredns-58221f55db5675c6107d19679c46a216ed072aca.tar.gz
coredns-58221f55db5675c6107d19679c46a216ed072aca.tar.zst
coredns-58221f55db5675c6107d19679c46a216ed072aca.zip
Manual pages (#1346)
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
Diffstat (limited to 'plugin/autopath')
-rw-r--r--plugin/autopath/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugin/autopath/README.md b/plugin/autopath/README.md
index 64ca853f5..a70b29ab8 100644
--- a/plugin/autopath/README.md
+++ b/plugin/autopath/README.md
@@ -1,6 +1,10 @@
# autopath
-*autopath* allows for server side search path completion.
+## Name
+
+*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