Skip to content

Commit 7871b35

Browse files
authored
Update README.md
1 parent 6a954b6 commit 7871b35

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ This is a Docker image containing [DNSCrypt Proxy 2.x](https://github.com/jedisc
66

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

1213
You 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

1617
If 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

0 commit comments

Comments
 (0)