mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04: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,12 @@
|
||||
# erratic
|
||||
|
||||
*erratic* is a plugin useful for testing client behavior.
|
||||
## Name
|
||||
|
||||
It returns a static response to all queries, but the responses can be delayed, dropped or truncated.
|
||||
*erratic* - a plugin useful for testing client behavior.
|
||||
|
||||
## Description
|
||||
|
||||
*erratic* returns a static response to all queries, but the responses can be delayed, dropped or truncated.
|
||||
The *erratic* plugin will respond to every A or AAAA query. For any other type it will return
|
||||
a SERVFAIL response. The reply for A will return 192.0.2.53 (see RFC 5737), for AAAA it returns
|
||||
2001:DB8::53 (see RFC 3849).
|
||||
|
||||
Reference in New Issue
Block a user