From de72715912e5d07f53f7c242350f658e1c525e05 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 20 Jan 2023 11:51:08 +0100 Subject: [PATCH] dnsreplay: Fix formatting in the man page --- docs/manpages/dnsreplay.1.rst | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/manpages/dnsreplay.1.rst b/docs/manpages/dnsreplay.1.rst index 0223690371..f9276805e1 100644 --- a/docs/manpages/dnsreplay.1.rst +++ b/docs/manpages/dnsreplay.1.rst @@ -29,27 +29,27 @@ ADDRESS PORT if omitted, 53 will be used. ---help, -h Show summary of options. ---ecs-mask When EDNS forwarding an IP address, mask out first octet with this value ---ecs-stamp Add original IP address as EDNS Client Subnet Option when - forwarding to reference server ---packet-limit Stop after replaying *NUM* packets. Default for *NUM* is 0, which - means no limit. ---pcap-dns-port Look at packets from or to this port in the PCAP. Default is 53. ---quiet If *FLAG* is set to 1. dnsreplay will not be very noisy with its - output. This is the default. ---recursive If *FLAG* is set to 1. dnsreplay will only replay queries with - recursion desired flag set. This is the default. ---source-from-pcap If *FLAG* is set to 1. dnsreplay will send the replayed queries from the - source IP address and port present in the PCAP file. This requires - IP_TRANSPARENT support. Default is 0 which means replayed queries will be - sent from a local address. ---source-ip Send the replayed queries from the source IP specified in *VAL*. Default - is to send send them from a local address. ---source-port Send the replayed queries from the source port specified in *VAL*. - Default is to send from a random port selected by the kernel. ---speedup Replay queries with this speedup *FACTOR*. Default is 1. ---timeout-msec Wait at least *MSEC* milliseconds for a reply. Default is 500. +--help, -h Show summary of options. +--ecs-mask When EDNS forwarding an IP address, mask out first octet with this value +--ecs-stamp Add original IP address as EDNS Client Subnet Option when + forwarding to reference server +--packet-limit Stop after replaying *NUM* packets. Default for *NUM* is 0, which + means no limit. +--pcap-dns-port Look at packets from or to this port in the PCAP. Default is 53. +--quiet If *FLAG* is set to 1. dnsreplay will not be very noisy with its + output. This is the default. +--recursive If *FLAG* is set to 1. dnsreplay will only replay queries with + recursion desired flag set. This is the default. +--source-from-pcap If *FLAG* is set to 1. dnsreplay will send the replayed queries from the + source IP address and port present in the PCAP file. This requires + IP_TRANSPARENT support. Default is 0 which means replayed queries will be + sent from a local address. +--source-ip Send the replayed queries from the source IP specified in *VAL*. Default + is to send send them from a local address. +--source-port Send the replayed queries from the source port specified in *VAL*. + Default is to send from a random port selected by the kernel. +--speedup Replay queries with this speedup *FACTOR*. Default is 1. +--timeout-msec Wait at least *MSEC* milliseconds for a reply. Default is 500. Bugs ---- -- 2.47.2