Skip to content

Commit ce45037

Browse files
authored
Added unstable docker container changes/difference
[x] DNScrypt updated 2.0.44; stable is using an older version [x] Updated public-resolvers to v3 [x] Reverted to master with a much simpler .toml file [ ] Trial performance with pihole after disabling DNScrypt cache'ing
1 parent 8e9beab commit ce45037

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/xtr0py/dnscrypt-proxy-2-docker.svg)](https://hub.docker.com/r/xtr0py/dnscrypt-proxy-2-docker)
2-
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/xtr0py/dnscrypt-proxy-2-docker)
2+
[![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

55
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.
@@ -10,6 +10,12 @@ This image comes with a configuration which:
1010
* DNSSEC, no logging, no filtering servers enabled
1111
* Listens on all interfaces
1212

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
15+
[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
18+
1319
You can run with this configuration:
1420

1521
`docker run -p 53:53/udp xtr0py/dnscrypt-proxy-2`

0 commit comments

Comments
 (0)