network/dnstop: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 17:36:34 -04:00
parent 7da12feed3
commit 79fe3992aa

View file

@ -1,5 +1,6 @@
dnstop is a libpcap application (ala tcpdump) that displays various tables dnstop is a libpcap application (ala tcpdump) that displays various
of DNS traffic on your network. Currently dnstop displays tables of: tables of DNS traffic on your network. Currently dnstop displays
tables of:
* Source IP addresses * Source IP addresses
* Destination IP addresses * Destination IP addresses
@ -13,16 +14,16 @@ of DNS traffic on your network. Currently dnstop displays tables of:
dnstop supports both IPv4 and IPv6 addresses. dnstop supports both IPv4 and IPv6 addresses.
To help find especially undesirable DNS queries, dnstop provides a number of To help find especially undesirable DNS queries, dnstop provides
filters. The filters tell dnstop to display only the following types of queries: a number of filters. The filters tell dnstop to display only the
following types of queries:
* For unknown/invalid TLDs * For unknown/invalid TLDs
* A queries where the query name is already an IP address * A queries where the query name is already an IP address
* PTR queries for RFC1918 address space * PTR queries for RFC1918 address space
dnstop can either read packets from the live capture device, or from a tcpdump dnstop can either read packets from the live capture device, or from a
savefile. tcpdump savefile.
-- --
Unless modified, this script compiles with PPP frame support. Unless modified, this script compiles with PPP frame support.