plugin: README.md updates (#1084)

updates so the look better on coredns.io
This commit is contained in:
Miek Gieben
2017-09-15 22:27:55 +01:00
committed by GitHub
parent 19d7d207d3
commit 2388e36c2c
10 changed files with 21 additions and 21 deletions

View File

@@ -1,14 +1,14 @@
# erratic
*erratic* is a plugin useful for testing client behavior. It returns a static response to all
queries, but the responses can be delayed, dropped or truncated.
*erratic* is a plugin useful for testing client behavior.
It 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).
*erratic* can also be used in conjunction with the *autopath* plugin. This is mostly to aid in
testing.
testing.
## Syntax