diff options
author | 2018-01-04 12:53:07 +0000 | |
---|---|---|
committer | 2018-01-04 12:53:07 +0000 | |
commit | 58221f55db5675c6107d19679c46a216ed072aca (patch) | |
tree | f4f86c8ecd35538da492524dec549566daf40809 /plugin/file/README.md | |
parent | 0600f8c058f39c7afec9f915657e06f158d21c47 (diff) | |
download | coredns-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/file/README.md')
-rw-r--r-- | plugin/file/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugin/file/README.md b/plugin/file/README.md index 50912ca9c..e3b1bb99d 100644 --- a/plugin/file/README.md +++ b/plugin/file/README.md @@ -1,6 +1,10 @@ # file -*file* enables serving zone data from an RFC 1035-style master file. +## Name + +*file* - enables serving zone data from an RFC 1035-style master file. + +## Description The file plugin is used for an "old-style" DNS server. It serves from a preloaded file that exists on disk. If the zone file contains signatures (i.e. is signed, i.e. DNSSEC) correct DNSSEC answers |