Skip to content

Commit 87bba6c

Browse files
authored
Merge pull request #1 from xtr0py/2.0.44-upgrade-toml
2.0.44 upgrade toml
2 parents 573ff4e + 2fbd8a7 commit 87bba6c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:alpine as build
2-
ENV RELEASE_TAG 2.0.25
2+
ENV RELEASE_TAG 2.0.44
33
RUN 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 && \

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1319
You can run with this configuration:
1420

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

config/dnscrypt-proxy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)