diff options
author | 2018-08-27 19:54:10 +0100 | |
---|---|---|
committer | 2018-08-27 19:54:10 +0100 | |
commit | 554da015e75b9947531837456ab56a91f9e53fd4 (patch) | |
tree | 83fb47c42cf74c8dd9e1a4d87b2e2337183c290d /man/coredns-erratic.7 | |
parent | e6ef320d13580548a1ff9a36c3b1365240577ac1 (diff) | |
download | coredns-1.2.1.tar.gz coredns-1.2.1.tar.zst coredns-1.2.1.zip |
release: up version to 1.2.1 (#2057)v1.2.1
up the version and add the man-pages.
Signed-off-by: Miek Gieben <miek@miek.nl>
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\. . |