diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:36:34 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:36:34 -0400 |
commit | 79fe3992aaf61d830456c7ae9e64804f65fe2af5 (patch) | |
tree | da0293ad38f9be6a6fe914dcacf863986ad089b5 /network/dnstop | |
parent | 7da12feed3a881e18db5ee99ae72e4ee5da8b9df (diff) | |
download | slackbuilds-79fe3992aaf61d830456c7ae9e64804f65fe2af5.tar.gz |
network/dnstop: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/dnstop')
-rw-r--r-- | network/dnstop/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/network/dnstop/README b/network/dnstop/README index b553554476..a34f6b94a8 100644 --- a/network/dnstop/README +++ b/network/dnstop/README @@ -1,5 +1,6 @@ -dnstop is a libpcap application (ala tcpdump) that displays various tables -of DNS traffic on your network. Currently dnstop displays tables of: +dnstop is a libpcap application (ala tcpdump) that displays various +tables of DNS traffic on your network. Currently dnstop displays +tables of: * Source 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. -To help find especially undesirable DNS queries, dnstop provides a number of -filters. The filters tell dnstop to display only the following types of queries: +To help find especially undesirable DNS queries, dnstop provides +a number of filters. The filters tell dnstop to display only the +following types of queries: * For unknown/invalid TLDs * A queries where the query name is already an IP address * PTR queries for RFC1918 address space -dnstop can either read packets from the live capture device, or from a tcpdump -savefile. +dnstop can either read packets from the live capture device, or from a +tcpdump savefile. -- Unless modified, this script compiles with PPP frame support. - |