Skip to content

xtr0py/dnscrypt-proxy-2-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Docker Image Size (latest by date) Docker Pulls

This is a Docker image containing DNSCrypt Proxy 2.x. 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.

This image comes with a configuration which:

  • updated DNScrypt-proxy 2.1.5
  • Looks up queries via DNS-over-HTTPS (DoH) and DNSCrypt
  • Use only DNSSEC, no logging, no filtering servers
  • Listens on all interfaces
  • Excludes Cloudflare, Google, and Yandex servers
  • Uses public-resolvers v3

You can run with this configuration:

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

If you wish to override the configuration:

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

About

DNScrypt proxy packaged into a docker container.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%