File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11FROM golang:alpine as build
2- ENV RELEASE_TAG 2.0.44
2+ ENV RELEASE_TAG 2.0.45
33RUN apk --no-cache add git && \
44 git clone https://github.com/jedisct1/dnscrypt-proxy /go/src/github.com/jedisct1/ && \
55 cd /go/src/github.com/jedisct1/dnscrypt-proxy && \
Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ This is a Docker image containing [DNSCrypt Proxy 2.x](https://github.com/jedisc
66
77This image comes with a configuration which:
88- [x] Looks up queries via DNS-over-HTTPS (DoH) and DNSCrypt
9- - [x] DNSSEC, no logging, no filtering servers enabled
9+ - [x] Use only DNSSEC, no logging, no filtering servers
1010- [x] Listens on all interfaces
11- - [x] Cloudflare, Google, and Yandex sites are excluded
12- - [x] DNScrypt-proxy updated to 2.0.44
13- - [x] Updated public-resolvers to v3
14- - [x] Reverted to simpler .toml file
15- - [ ] Trial performance with pihole after disabling DNScrypt cache'ing
11+ - [x] Excludes Cloudflare, Google, and Yandex servers
12+ - [x] updated DNScrypt-proxy 2.0.45
13+ - [x] Uses public-resolvers v3
14+
1615
1716You can run with this configuration:
1817
You can’t perform that action at this time.
0 commit comments