From a7f4c6ea7bbd7a77c08a4e403a0a8a1000a4b48e Mon Sep 17 00:00:00 2001 From: Pawel Foremski Date: Mon, 19 Sep 2016 16:19:23 +0200 Subject: [PATCH] update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 643f025..b9d8359 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ A caching DNS proxy for the [Google DNS-over-HTTPS](https://developers.google.co It effectively encrypts all your DNS traffic. For now, it resolves DNS queries over HTTPS/1.1, in a few independent threads (configurable). -Future plans include HTTP/2.0 and QUIC support, and better caching. +Future plans include HTTP/2.0 and QUIC support, better caching, and support for other resolvers. You can start it as root using: ``` -root@localhost:~# go run ./dingo.go -port=53 +root@localhost:~# go run ./dingo.go ./gdns.go -port=53 ``` Remember to prepare your Go environment and download all dependencies first. -You also need to update your `/etc/resolv.conf` file to use `dingo` as your system-wide resolver. +Alternatively, use pre-built binaries in the `./release` sub-directory. + +Note that you will need to update your `/etc/resolv.conf` file to use `dingo` as your system-wide resolver.