Skip to content

Commit a7f4c6e

Browse files
committed
update README
1 parent 01fbcff commit a7f4c6e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ A caching DNS proxy for the [Google DNS-over-HTTPS](https://developers.google.co
44
It effectively encrypts all your DNS traffic.
55

66
For now, it resolves DNS queries over HTTPS/1.1, in a few independent threads (configurable).
7-
Future plans include HTTP/2.0 and QUIC support, and better caching.
7+
Future plans include HTTP/2.0 and QUIC support, better caching, and support for other resolvers.
88

99
You can start it as root using:
1010
```
11-
root@localhost:~# go run ./dingo.go -port=53
11+
root@localhost:~# go run ./dingo.go ./gdns.go -port=53
1212
```
1313

1414
Remember to prepare your Go environment and download all dependencies first.
15-
You also need to update your `/etc/resolv.conf` file to use `dingo` as your system-wide resolver.
1615

16+
Alternatively, use pre-built binaries in the `./release` sub-directory.
17+
18+
Note that you will need to update your `/etc/resolv.conf` file to use `dingo` as your system-wide resolver.

0 commit comments

Comments
 (0)