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.
This commit is contained in:
Miek Gieben
2018-01-04 12:53:07 +00:00
committed by GitHub
parent 0600f8c058
commit 58221f55db
62 changed files with 3397 additions and 97 deletions

View File

@@ -1,8 +1,14 @@
# secondary
*secondary* enables serving a zone retrieved from a primary server.
## Name
## Syntax
*secondary* - enables serving a zone retrieved from a primary server.
## Description
With *secondary* you can transfer (via AXFR) a zone from another server. The retrieved zone is
*not committed* to disk (a violation of the RFC). This means restarting CoreDNS will cause it to
retrieve all secondary zones.
~~~
secondary [ZONES...]
@@ -52,3 +58,7 @@ Or re-export the retrieved zone to other secondaries.
}
}
~~~
# Bugs
Only AXFR is supported and the retrieved zone is not committed to disk.