mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
auto make -f Makefile.doc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-DNSTAP" 7 "October 2020" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-DNSTAP" 7 "November 2020" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
@@ -12,8 +12,8 @@ dnstap is a flexible, structured binary log format for DNS software; see https:/
|
||||
plugin you make CoreDNS output dnstap logging.
|
||||
|
||||
.PP
|
||||
Note that there is an internal buffer, so expect at least 13 requests before the server sends its
|
||||
dnstap messages to the socket.
|
||||
Every message is sent to the socket as soon as it comes in, the \fIdnstap\fP plugin has a buffer of
|
||||
10000 messages, above that number dnstap messages will be dropped (this is logged).
|
||||
|
||||
.SH "SYNTAX"
|
||||
.PP
|
||||
@@ -26,7 +26,7 @@ dnstap SOCKET [full]
|
||||
.RE
|
||||
|
||||
.IP \(bu 4
|
||||
\fBSOCKET\fP is the socket path supplied to the dnstap command line tool.
|
||||
\fBSOCKET\fP is the socket (path) supplied to the dnstap command line tool.
|
||||
.IP \(bu 4
|
||||
\fB\fCfull\fR to include the wire-format DNS message.
|
||||
|
||||
@@ -158,6 +158,6 @@ func (x RandomPlugin) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns
|
||||
.SH "SEE ALSO"
|
||||
.PP
|
||||
The website dnstap.info
|
||||
\[la]https://dnstap.info\[ra] has info on the dnstap protocol.
|
||||
The \fIforward\fP plugin's \fB\fCdnstap.go\fR uses dnstap to tap messages sent to an upstream.
|
||||
\[la]https://dnstap.info\[ra] has info on the dnstap protocol. The \fIforward\fP
|
||||
plugin's \fB\fCdnstap.go\fR uses dnstap to tap messages sent to an upstream.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user