aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-any.7
blob: 286849750ff89900f71d827b8d49748e1c0f44e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.\" Generated by Mmark Markdown Processer - mmark.nl
.TH "COREDNS-ANY" 7 "July 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].