Skip to content

Commit 3266b7d

Browse files
authored
Merge pull request #2 from xtr0py/2.0.45-upgrade
2.0.45 upgrade
2 parents aa7b033 + 48547ca commit 3266b7d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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.44
2+
ENV RELEASE_TAG 2.0.45
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ This is a Docker image containing [DNSCrypt Proxy 2.x](https://github.com/jedisc
66

77
This 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

1716
You can run with this configuration:
1817

0 commit comments

Comments
 (0)