mirror of
https://github.com/coredns/coredns.git
synced 2025-12-03 00:54:01 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user