mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
Fix all READMEs and some other fluff (#788)
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
# erratic
|
||||
|
||||
*erratic* is a middleware useful for testing client behavior. It returns a static response to all
|
||||
queries, but the responses can be:
|
||||
|
||||
* delayed by some duration
|
||||
* dropped all together
|
||||
* the truncated bit can be set
|
||||
queries, but the responses can be delayed, dropped or truncated.
|
||||
|
||||
The *erratic* middleware 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
|
||||
|
||||
Reference in New Issue
Block a user