Skip to content

Parsiuk/dnscrypt-proxy-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Even simpler dnscrypt-proxy usage via Docker

This Dockerfile is using Debian 11 and the latest version of dnscrypt-proxy. Provided configuration is listening on all ports.

Usage

Build the image:

docker build -t dnscrypt-proxy .

Start the container:

docker run -d -p 0.0.0.0:50053:53/udp --name dnscrypt-proxy dnscrypt-proxy

Credit

The Dockerfile in this project is based on dnscryptio/dnscrypt-proxy-docker, which in turn is based on dnscrypt-server-docker by Frank Denis.

About

Dockerfile for dnscrypt-proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%