changeset 8:7d09a25d87c9 default tip

Improve README
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 16 Oct 2020 12:01:32 +0200
parents bafbb2f0bf7a
children
files README.md
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Oct 01 17:03:32 2020 +0200
+++ b/README.md	Fri Oct 16 12:01:32 2020 +0200
@@ -1,3 +1,8 @@
 # dnsoverrpc
 
-tunnels DNS queries via `clusterrpc`.
+tunnels DNS queries via [`clusterrpc`](https://github.com/dermesser/clusterrpc).
+
+Why? Because. In addition, it may provide you with some level of privacy as
+`clusterrpc` can be made to operate over an encrypted connection very easily:
+Just generate a keypair using the `crpc-keygen` binary from `clusterrpc`, and
+supply the keys to server and client.