forked from coredns/coredns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoredns-minimal.7
49 lines (37 loc) · 949 Bytes
/
coredns-minimal.7
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
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
.TH "COREDNS-MINIMAL" 7 "March 2021" "CoreDNS" "CoreDNS Plugins"
.SH "NAME"
.PP
\fIminimal\fP - minimizes size of the DNS response message whenever possible.
.SH "DESCRIPTION"
.PP
The \fIminimal\fP plugin tries to minimize the size of the response. Depending on the response type it
removes resource records from the AUTHORITY and ADDITIONAL sections.
.PP
Specifically this plugin looks at successful responses (this excludes negative responses, i.e.
nodata or name error). If the successful response isn't a delegation only the RRs in the answer
section are written to the client.
.SH "SYNTAX"
.PP
.RS
.nf
minimal
.fi
.RE
.SH "EXAMPLES"
.PP
Enable minimal responses:
.PP
.RS
.nf
example.org {
whoami
forward . 8.8.8.8
minimal
}
.fi
.RE
.SH "SEE ALSO"
.PP
BIND 9 Configuration Reference
\[la]https://bind9.readthedocs.io/en/latest/reference.html#boolean-options\[ra]