forked from pool/dnsdiag
Accepting request 726304 from network
OBS-URL: https://build.opensuse.org/request/show/726304 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsdiag?expand=0&rev=2
This commit is contained in:
commit
30e9057a16
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 15:32:34 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Generalize description. Fix a few missing words.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 19:04:28 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
19
dnsdiag.spec
19
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user