mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Run makefile.doc (#3365)
Generate manual pages; no other changes. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-ERRATIC" 7 "September 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-ERRATIC" 7 "October 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
@@ -7,18 +7,14 @@
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
\fIerratic\fP returns a static response to all queries, but the responses can be delayed, dropped or truncated.
|
||||
The \fIerratic\fP 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
|
||||
\[la]https://tools.ietf.org/html/rfc5737\[ra],
|
||||
for AAAA it returns 2001:DB8::53 (see RFC 3849
|
||||
\[la]https://tools.ietf.org/html/rfc3849\[ra]) and for an
|
||||
AXFR request it will respond with a small zone transfer.
|
||||
|
||||
.PP
|
||||
\fIerratic\fP can also be used in conjunction with the \fIautopath\fP plugin. This is mostly to aid in
|
||||
testing.
|
||||
\fIerratic\fP returns a static response to all queries, but the responses can be delayed,
|
||||
dropped or truncated. The \fIerratic\fP plugin will respond to every A or AAAA query. For
|
||||
any other type it will return a SERVFAIL response (except AXFR). The reply for A will return
|
||||
192.0.2.53 (RFC 5737
|
||||
\[la]https://tools.ietf.org/html/rfc5737\[ra]), for AAAA it returns 2001:DB8::53 (RFC
|
||||
3849
|
||||
\[la]https://tools.ietf.org/html/rfc3849\[ra]). For an AXFR request it will respond with a small
|
||||
zone transfer.
|
||||
|
||||
.SH "SYNTAX"
|
||||
.PP
|
||||
@@ -65,7 +61,7 @@ example.org {
|
||||
.RE
|
||||
|
||||
.PP
|
||||
Or even shorter if the defaults suits you. Note this only drops queries, it does not delay them.
|
||||
Or even shorter if the defaults suit you. Note this only drops queries, it does not delay them.
|
||||
|
||||
.PP
|
||||
.RS
|
||||
|
||||
Reference in New Issue
Block a user