git » debian:dnss » commit f0f36b8

Update package description.

author Alberto Bertogli
2017-08-10 21:06:57 UTC
committer Alberto Bertogli
2017-08-10 21:06:57 UTC
parent 327e8d1f3f11689824924574bc202f3cac01e13e

Update package description.

debian/changelog +1 -0
debian/control +8 -8

diff --git a/debian/changelog b/debian/changelog
index 0000e8d..a71ada6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ dnss (0.0~git20170810.0.860d2af1-1) UNRELEASED; urgency=medium
   * Update Uploaders to remove "(debian)" annotation.
   * New upstream version.
   * Remove GRPC dependencies.
+  * Update package description.
 
  -- Alberto Bertogli <albertito@blitiri.com.ar>  Thu, 10 Aug 2017 21:38:57 +0100
 
diff --git a/debian/control b/debian/control
index e123fc3..b044c13 100644
--- a/debian/control
+++ b/debian/control
@@ -21,13 +21,13 @@ Architecture: any
 Built-Using: ${misc:Built-Using}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: Daemon for encapsulating DNS over HTTPS or GRPC
- dnss is a daemon for encapsulating DNS over more secure protocols, like HTTPS
- or GRPC.
+Description: Daemon for encapsulating DNS over HTTPS
+ dnss is a daemon for encapsulating DNS over HTTPS.
  .
- In HTTPS mode, it can act as a DNS-over-HTTPS proxy, using
- https://dns.google.com (or any other with the same API) as a server.
+ It can act as a DNS-to-HTTPS proxy, using https://dns.google.com as a server
+ or anything implementing the same API.
  .
- For GRPC, it can act as a proxy that listens to DNS requests and pass them on
- to a server using GRPC, and also as a GRPC server which resolves the queries
- using a normal, fixed DNS server.
+ 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).