File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ This is a Docker image containing [DNSCrypt Proxy 2.x](https://github.com/jedisc
66
77This image comes with a configuration which:
88
9- * Looks up queries via DNS-over-HTTPS (DoH) to Google Public DNS (8.8.8.8) and Cloudflare DNS (1.1.1.1)
9+ * Looks up queries via DNS-over-HTTPS (DoH) and DNSCrypt
10+ * all DNSSEC/no logging/ no filtering servers enabled
1011* Listens on all interfaces
1112
1213You can run with this configuration:
1314
14- ` docker run -p 53:53/udp faicker /dnscrypt-proxy-2 `
15+ ` docker run -p 53:53/udp xtr0py /dnscrypt-proxy-2 `
1516
1617If you wish to override the configuration:
1718
18- ` docker run -p 53:53/udp -v /path/to/dnscrypt-proxy.toml:/config/dnscrypt-proxy.toml faicker /dnscrypt-proxy-2 `
19+ ` docker run -p 53:53/udp -v /path/to/dnscrypt-proxy.toml:/config/dnscrypt-proxy.toml xtr0py /dnscrypt-proxy-2 `
1920
You can’t perform that action at this time.
0 commit comments