mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 18:23:25 -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,6 +1,13 @@
|
||||
# reverse
|
||||
|
||||
*reverse* allows for dynamic responses to PTR and the related A/AAAA requests.
|
||||
## Name
|
||||
|
||||
*reverse* - allows for dynamic responses to PTR and the related A/AAAA requests.
|
||||
|
||||
## Description
|
||||
|
||||
If a request matches a regular expression (see Template Syntax below) this plugin will generate a
|
||||
response. This is only done for "address" records (PTR, A and AAAA).
|
||||
|
||||
## Syntax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user