diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:37:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:37:14 +0000 |
commit | ea648e70a989cca190cd7403fe892fd2dcc290b4 (patch) | |
tree | e2b6b1c647da68b0d4d66082835e256eb30970e8 /bin/tools/dnstap-read.1 | |
parent | Initial commit. (diff) | |
download | bind9-upstream/1%9.11.5.P4+dfsg.tar.xz bind9-upstream/1%9.11.5.P4+dfsg.zip |
Adding upstream version 1:9.11.5.P4+dfsg.upstream/1%9.11.5.P4+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin/tools/dnstap-read.1')
-rw-r--r-- | bin/tools/dnstap-read.1 | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/bin/tools/dnstap-read.1 b/bin/tools/dnstap-read.1 new file mode 100644 index 0000000..6565daf --- /dev/null +++ b/bin/tools/dnstap-read.1 @@ -0,0 +1,86 @@ +.\" Copyright (C) 2015, 2016, 2018, 2019 Internet Systems Consortium, Inc. ("ISC") +.\" +.\" This Source Code Form is subject to the terms of the Mozilla Public +.\" License, v. 2.0. If a copy of the MPL was not distributed with this +.\" file, You can obtain one at http://mozilla.org/MPL/2.0/. +.\" +.hy 0 +.ad l +'\" t +.\" Title: dnstap-read +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> +.\" Date: 2015-09-13 +.\" Manual: BIND9 +.\" Source: ISC +.\" Language: English +.\" +.TH "DNSTAP\-READ" "1" "2015\-09\-13" "ISC" "BIND9" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +dnstap-read \- print dnstap data in human\-readable form +.SH "SYNOPSIS" +.HP \w'\fBdnstap\-read\fR\ 'u +\fBdnstap\-read\fR [\fB\-m\fR] [\fB\-p\fR] [\fB\-y\fR] {\fIfile\fR} +.SH "DESCRIPTION" +.PP +\fBdnstap\-read\fR +reads +\fBdnstap\fR +data from a specified file and prints it in a human\-readable format\&. By default, +\fBdnstap\fR +data is printed in a short summary format, but if the +\fB\-y\fR +option is specified, then a longer and more detailed YAML format is used instead\&. +.SH "OPTIONS" +.PP +\-m +.RS 4 +Trace memory allocations; used for debugging memory leaks\&. +.RE +.PP +\-p +.RS 4 +After printing the +\fBdnstap\fR +data, print the text form of the DNS message that was encapsulated in the +\fBdnstap\fR +frame\&. +.RE +.PP +\-y +.RS 4 +Print +\fBdnstap\fR +data in a detailed YAML format\&. +.RE +.SH "SEE ALSO" +.PP +\fBnamed\fR(8), +\fBrndc\fR(8), +BIND 9 Administrator Reference Manual\&. +.SH "AUTHOR" +.PP +\fBInternet Systems Consortium, Inc\&.\fR +.SH "COPYRIGHT" +.br +Copyright \(co 2015, 2016, 2018, 2019 Internet Systems Consortium, Inc. ("ISC") +.br |