mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
doc: make -f Makefile.doc (#2919)
mechanical change: create the manual pages. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
53
man/coredns-any.7
Normal file
53
man/coredns-any.7
Normal file
@@ -0,0 +1,53 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.nl
|
||||
.TH "COREDNS-ANY" 7 "June 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
\fIany\fP - give a minimal response to ANY queries.
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
\fIany\fP basically blocks ANY queries by responding to them with a short HINFO reply. See RFC
|
||||
8482
|
||||
\[la]https://tools.ietf.org/html/rfc8482\[ra] for details.
|
||||
|
||||
.SH "SYNTAX"
|
||||
.PP
|
||||
.RS
|
||||
|
||||
.nf
|
||||
any
|
||||
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.SH "EXAMPLES"
|
||||
.PP
|
||||
.RS
|
||||
|
||||
.nf
|
||||
example.org {
|
||||
whoami
|
||||
any
|
||||
}
|
||||
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.PP
|
||||
A \fB\fCdig +nocmd ANY example.org +noall +answer\fR now returns:
|
||||
|
||||
.PP
|
||||
.RS
|
||||
|
||||
.nf
|
||||
example.org. 8482 IN HINFO "ANY obsoleted" "See RFC 8482"
|
||||
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.SH "ALSO SEE"
|
||||
.PP
|
||||
RFC 8482
|
||||
\[la]https://tools.ietf.org/html/rfc8482\[ra].
|
||||
|
||||
Reference in New Issue
Block a user