diff options
Diffstat (limited to 'man/coredns-erratic.7')
-rw-r--r-- | man/coredns-erratic.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/coredns-erratic.7 b/man/coredns-erratic.7 index 7e4b07e29..37027bd8d 100644 --- a/man/coredns-erratic.7 +++ b/man/coredns-erratic.7 @@ -1,13 +1,13 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "COREDNS\-ERRATIC" "7" "June 2018" "CoreDNS" "CoreDNS plugins" +.TH "COREDNS\-ERRATIC" "7" "August 2018" "CoreDNS" "CoreDNS plugins" . .SH "NAME" \fIerratic\fR \- a plugin useful for testing client behavior\. . .SH "DESCRIPTION" -\fIerratic\fR returns a static response to all queries, but the responses can be delayed, dropped or truncated\. The \fIerratic\fR 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 \fIhttps://tools\.ietf\.org/html/rfc5737\fR, for AAAA it returns 2001:DB8::53 (see RFC 3849 \fIhttps://tools\.ietf\.org/html/rfc3849\fR)\. +\fIerratic\fR returns a static response to all queries, but the responses can be delayed, dropped or truncated\. The \fIerratic\fR 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 \fIhttps://tools\.ietf\.org/html/rfc5737\fR, for AAAA it returns 2001:DB8::53 (see RFC 3849 \fIhttps://tools\.ietf\.org/html/rfc3849\fR) and for an AXFR request it will respond with a small zone transfer\. . .P \fIerratic\fR can also be used in conjunction with the \fIautopath\fR plugin\. This is mostly to aid in testing\. @@ -35,6 +35,9 @@ erratic { . .IP "" 0 . +.P +In case of a zone transfer and truncate the final SOA record \fIisn\'t\fR added to the response\. +. .SH "HEALTH" This plugin implements dynamic health checking\. For every dropped query it turns unhealthy\. . |