Skip to content

faicker/dnscrypt-proxy-2-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Cloud Build Status MicroBadger Size (tag) Docker Pulls

This is a Docker image containing DNSCrypt Proxy 2.x. You can use this to set up a DNS server on your local network which resolves queries using DNSCrypt or DNS-over-HTTPS (DoH) rather than sending plaintext DNS queries over the Internet.

This image comes with a configuration which:

  • Looks up queries via DNS-over-HTTPS (DoH) to Google Public DNS (8.8.8.8) and Cloudflare DNS (1.1.1.1)
  • Listens on all interfaces

You can run with this configuration:

docker run -p 53:53/udp faicker/dnscrypt-proxy-2

If you wish to override the configuration:

docker run -p 53:53/udp -v /path/to/dnscrypt-proxy.toml:/config/dnscrypt-proxy.toml faicker/dnscrypt-proxy-2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%