Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Atemu/dnscrypt-proxy-2-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 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 resolver 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 modified configuration which:

  • Looks up queries via DNS-over-HTTPS (DoH) to the fastest two resolvers out of a list of trusted DNSCrypt servers that support DNSSEC, don't filter and don't log
  • Has all privacy and safety options enabled
  • Has custom blacklist support

You can run it with this configuration:

docker run -p 53:53/udp atemu12/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 atemu12/dnscrypt-proxy-2

If you wish to use a blacklist (for ad-blocking etc.):

docker run -p 53:53/udp -v blacklist-volume:/blacklist/ atemu12/dnscrypt-proxy-2
Where blacklist-volume is a Docker volume with ./blacklist.txt in it.

About

A lightweight dnscrypt-proxy 2.X resolver image with all security/privacy options enabled

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%