File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM golang:alpine as build
2- ENV RELEASE_TAG 2.0.25
2+ ENV RELEASE_TAG 2.0.44
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 @@ -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+
1319You can run with this configuration:
1420
1521` docker run -p 53:53/udp xtr0py/dnscrypt-proxy-2-docker `
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ cache_neg_ttl = 60
393393 # # An example of a remote source
394394
395395 [sources .'public-resolvers' ]
396- urls = [' https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2 /public-resolvers.md' , ' https://download.dnscrypt.info/resolvers-list/v2 /public-resolvers.md' ]
396+ urls = [' https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3 /public-resolvers.md' , ' https://download.dnscrypt.info/resolvers-list/v3 /public-resolvers.md' ]
397397 cache_file = ' public-resolvers.md'
398398 minisign_key = ' RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
399399 refresh_delay = 72
You can’t perform that action at this time.
0 commit comments