aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-dnstap.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/coredns-dnstap.7')
-rw-r--r--man/coredns-dnstap.712
1 files changed, 6 insertions, 6 deletions
diff --git a/man/coredns-dnstap.7 b/man/coredns-dnstap.7
index 7b2827f55..31010375a 100644
--- a/man/coredns-dnstap.7
+++ b/man/coredns-dnstap.7
@@ -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.