Skip to content

Commit 2a974e8

Browse files
authored
Update README.md
Updated DNScrypt-proxy to 2.0.44 version for both latest and unstable containers.
1 parent 87bba6c commit 2a974e8

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,21 @@
22
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/xtr0py/dnscrypt-proxy-2-docker)
33
[![Docker Pulls](https://img.shields.io/docker/pulls/xtr0py/dnscrypt-proxy-2-docker.svg)](https://hub.docker.com/r/xtr0py/dnscrypt-proxy-2-docker)
44

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.
66

77
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
1513
- [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
1816

1917
You can run with this configuration:
20-
2118
`docker run -p 53:53/udp xtr0py/dnscrypt-proxy-2-docker`
2219

2320
If you wish to override the configuration:
24-
2521
`docker run -p 53:53/udp -v /path/to/dnscrypt-proxy.toml:/config/dnscrypt-proxy.toml xtr0py/dnscrypt-proxy-2-docker`
2622

0 commit comments

Comments
 (0)