|
2 | 2 |  |
3 | 3 | [](https://hub.docker.com/r/xtr0py/dnscrypt-proxy-2-docker) |
4 | 4 |
|
5 | | -This is a Docker image containing [DNSCrypt Proxy 2.x](https://github.com/jedisct1/dnscrypt-proxy). You can use this to set up a DNS server on your local network which resolves queries using DNSCrypt or DNS-over-HTTPS (DoH) rather than sending plaintext DNS queries over the Internet. |
| 5 | +This is a Docker image containing [DNSCrypt Proxy 2.x](https://github.com/jedisct1/dnscrypt-proxy). You can use this to set up a DNS proxy on your local network which resolves queries using DNSCrypt or DNS-over-HTTPS (DoH) rather than sending plaintext DNS queries over the Internet. |
6 | 6 |
|
7 | 7 | This image comes with a configuration which: |
8 | | - |
9 | | -* Looks up queries via DNS-over-HTTPS (DoH) and DNSCrypt |
10 | | -* DNSSEC, no logging, no filtering servers enabled |
11 | | -* Listens on all interfaces |
12 | | - |
13 | | -The unstable docker container is being actively edited with the following differences |
14 | | -- [x] DNScrypt updated 2.0.44; stable is using an older version |
| 8 | +- [x] Looks up queries via DNS-over-HTTPS (DoH) and DNSCrypt |
| 9 | +- [x] DNSSEC, no logging, no filtering servers enabled |
| 10 | +- [x] Listens on all interfaces |
| 11 | +- [x] Cloudflare, Google, and Yandex sites are excluded |
| 12 | +- [x] DNScrypt-proxy updated to 2.0.44 |
15 | 13 | - [x] Updated public-resolvers to v3 |
16 | | -- [x] Reverted to master with a much simpler .toml file |
17 | | -- [ ] Trial performance with pihole after disabling DNScrypt cache'ing |
| 14 | +- [x] Reverted to simpler .toml file |
| 15 | +- [ ] Trial performance with pihole after disabling DNScrypt cache'ing |
18 | 16 |
|
19 | 17 | You can run with this configuration: |
20 | | - |
21 | 18 | `docker run -p 53:53/udp xtr0py/dnscrypt-proxy-2-docker` |
22 | 19 |
|
23 | 20 | If you wish to override the configuration: |
24 | | - |
25 | 21 | `docker run -p 53:53/udp -v /path/to/dnscrypt-proxy.toml:/config/dnscrypt-proxy.toml xtr0py/dnscrypt-proxy-2-docker` |
26 | 22 |
|
0 commit comments