Sign inSign up

steeef/dnscrypt-proxy

By steeef

Updated over 6 years ago

Debian Slim container for dnscrypt-proxy 2

Image
1

10K+

steeef/dnscrypt-proxy repository overview

dnscrypt-proxy 2 Docker image

Description

Installs dnscrypt-proxy 2 in a Debian Slim Docker image: https://github.com/jedisct1/dnscrypt-proxy

Configuration

You can set a few variables depending on your needs:

Running

This container will listen on 53 tcp and udp. If you want dnscrypt-proxy to listen on the default port 53 tcp/udp, run with a command similar to:

docker run -p 53:53/tcp -p 53:53/udp
  -e REQUIRE_DNSSEC=true \
  -e LOG_LEVEL=5 \
  -e SERVER_NAMES="'cloudflare'" \
  --name dnscrypt-proxy \
  steeef/dnscrypt-proxy

Tag summary

Content type

Image

Digest

Size

44.7 MB

Last updated

over 6 years ago

docker pull steeef/dnscrypt-proxy