git » debian:dnss » commit 5338950

Update description to match upstream

author Alberto Bertogli
2020-09-27 10:05:42 UTC
committer Alberto Bertogli
2020-09-27 10:05:42 UTC
parent 088e5aeeef01f6c7017db39c778f9f8e352a492b

Update description to match upstream

debian/control +6 -8

diff --git a/debian/control b/debian/control
index f3e9a02..04d18f1 100644
--- a/debian/control
+++ b/debian/control
@@ -22,13 +22,11 @@ Architecture: any
 Built-Using: ${misc:Built-Using}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: Daemon for encapsulating DNS over HTTPS
- dnss is a daemon for encapsulating DNS over HTTPS.
+Description: Proxy for using DNS over HTTPS
+ dnss is a daemon for using DNS over HTTPS.
  .
- It can act as a DNS-to-HTTPS proxy, using https://dns.google.com as a server
- or anything implementing the same API.
+ It can act as a proxy, receiving DNS requests and resolving them using
+ DNS-over-HTTPs (DoH). This can be useful to improve DNS security and privacy
+ on laptops and small/home networks.
  .
- It can also act as an HTTPS-to-DNS proxy, implementing the same HTTP API; you
- can use this instead of https://dns.google.com if you want more control over
- the servers and the final DNS server used (for example if you are in an
- isolated environment, such as a test lab or a private network).
+ It can also act as a DoH server, in case you want end to end control.