Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pforemski committed Sep 19, 2016
1 parent 01fbcff commit a7f4c6e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a7f4c6e

Please sign in to comment.