You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 proxy on your local network which resolves queries using DNSCrypt or DNS-over-HTTPS (DoH) rather than sending plaintext DNS queries over the Internet.
6
6
7
7
This image comes with a configuration which:
8
+
-[x] updated DNScrypt-proxy 2.1.1
8
9
-[x] Looks up queries via DNS-over-HTTPS (DoH) and DNSCrypt
9
10
-[x] Use only DNSSEC, no logging, no filtering servers
10
11
-[x] Listens on all interfaces
11
12
-[x] Excludes Cloudflare, Google, and Yandex servers
12
-
-[x] updated DNScrypt-proxy 2.0.45
13
13
-[x] Uses public-resolvers v3
14
+
-[x] "unstable" branch removed will use "testing" for future development
15
+
14
16
15
17
16
18
You can run with this configuration:
17
19
18
20
`docker run -p 53:53/udp xtr0py/dnscrypt-proxy-2-docker`
19
21
22
+
20
23
If you wish to override the configuration:
21
24
22
25
`docker run -p 53:53/udp -v /path/to/dnscrypt-proxy.toml:/config/dnscrypt-proxy.toml xtr0py/dnscrypt-proxy-2-docker`
0 commit comments