From 401d8bea083ac5b7d872f2bbd60b829c3d68de87 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 22 Sep 2023 11:17:09 +0200 Subject: [PATCH] dnsscope: Add the new `--port` option to the man page --- docs/manpages/dnsscope.1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manpages/dnsscope.1.rst b/docs/manpages/dnsscope.1.rst index 3945d9ebbc..0cd0518584 100644 --- a/docs/manpages/dnsscope.1.rst +++ b/docs/manpages/dnsscope.1.rst @@ -27,6 +27,7 @@ INFILE --full-histogram Write out histogram with specified bin-size to 'full-histogram' --log-histogram Write out a log-histogram of response times to 'log-histogram' --no-servfail-stats Remove servfail responses from latency statistics +--port The source and destination port to consider. Default is looking at packets from and to ports 53 and 5300. --servfail-tree Figure out subtrees that generate servfails. --stats-dir Drop statistics files in this directory. Defaults to ./ -l, --load-stats Emit per-second load statistics (questions, answers, outstanding). -- 2.47.2