File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ A caching DNS proxy for the [Google DNS-over-HTTPS](https://developers.google.co
4
4
It effectively encrypts all your DNS traffic.
5
5
6
6
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 .
8
8
9
9
You can start it as root using:
10
10
```
11
- root@localhost:~# go run ./dingo.go -port=53
11
+ root@localhost:~# go run ./dingo.go ./gdns.go -port=53
12
12
```
13
13
14
14
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.
16
15
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.
You can’t perform that action at this time.
0 commit comments