SirTerrific / docker-dnscrypt-proxy

Docker image for dnscrypt-proxy v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dnscrypt-proxy 2 Docker image

Description

Installs dnscrypt-proxy 2 in an Alpine Linux 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

About

Docker image for dnscrypt-proxy v2


Languages

Language:Dockerfile 85.2%Language:Shell 14.8%