From 4e2126510dda3f65ee4d358a7725a430ccd925b43c57935dd8acfa09efa9217f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 27 Aug 2019 05:30:31 +0000 Subject: [PATCH] Accepting request 726302 from home:jengelh:branches:network - Generalize description. Fix a few missing words. OBS-URL: https://build.opensuse.org/request/show/726302 OBS-URL: https://build.opensuse.org/package/show/network/dnsdiag?expand=0&rev=4 --- dnsdiag.changes | 5 +++++ dnsdiag.spec | 19 ++++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/dnsdiag.changes b/dnsdiag.changes index 41b30c5..8a47b10 100644 --- a/dnsdiag.changes +++ b/dnsdiag.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 9 15:32:34 UTC 2019 - Jan Engelhardt + +- Generalize description. Fix a few missing words. + ------------------------------------------------------------------- Sun Jun 2 19:04:28 UTC 2019 - Sebastian Wagner diff --git a/dnsdiag.spec b/dnsdiag.spec index 6a869e7..f0e50ca 100644 --- a/dnsdiag.spec +++ b/dnsdiag.spec @@ -44,11 +44,24 @@ BuildRequires: python3-dnspython >= 1.15.0 %endif %description -Set of tools to perform basic audits on your DNS requests and responses to make sure your DNS is working as you expect. Dnsping can be used to measure the response time of a given DNS server for arbitrary requests. Just like a traditional ping utility, it provides similar functionality for DNS requests. +A set of tools to perform basic audits on DNS requests and responses +to make sure DNS is working as expected. Dnsping can be used to +measure the response time of a given DNS server for arbitrary +requests. Just like a traditional ping utility, it provides similar +functionality for DNS requests. -Dnstraceroute can be used to trace the path a DNS request takes to destination. Its purpose is to detect whether a request is redirected or hijacked. This can be done by comparing different DNS queries being sent to the same DNS server using dnstraceroute and observe if there is any difference between the path. +Dnstraceroute can be used to trace the path a DNS request takes to +its destination. Its purpose is to detect whether a request is +redirected or hijacked. This can be done by comparing different DNS +queries being sent to the same DNS server using dnstraceroute and +observe if there is any difference between the path. -dnseval evaluates multiple DNS resolvers and helps you choose the best DNS server for your network. It is highly recommended to use your own DNS resolver as opposed to a third-party DNS server, but in case you need to choose the best DNS forwarder for your network, dnseval lets you compare different DNS servers from performance (latency) and reliability (loss) point of view. +dnseval evaluates multiple DNS resolvers and helps choosing the best +DNS server for the network. It is recommended to use one's own DNS +resolver as opposed to a third-party DNS server. dnseval can compare +different DNS servers from a performance (latency) and reliability +(loss) point of view for when DNS forwarders need to be used instead +of a resolver. %prep %setup -q -n dnsdiag-%{version}