gists/dnscrypt-proxy

By gists

Updated over 1 year ago

A tool for securing communications between a client and a DNS resolver

Image
36

5M+

gists/dnscrypt-proxy repository overview

Environment:
EnvironmentDefault value
LOCAL_PORT5353
Custom usage:
docker run \
    -d \
    --name dnscrypt-proxy \
    -p 5353:5353/tcp \
    -p 5353:5353/udp \
    -v /your/dnscrypt-proxy.toml:/etc/dnscrypt-proxy/dnscrypt-proxy.toml
    gists/dnscrypt-proxy
Compose example:
dnscrypt-proxy:
    image: gists/dnscrypt-proxy
    ports:
        - "5353:5353/udp"
        - "5353:5353/tcp"
    volumes:
        - /your/dnscrypt-proxy.toml:/etc/dnscrypt-proxy/dnscrypt-proxy.toml
    restart: always
Please note:

You can't run the container on the port below than 1024 because of the running user nobody, but you can forward the port.

Tag summary

Content type

Image

Digest

sha256:1bbeb0df6

Size

8.3 MB

Last updated

over 1 year ago

docker pull gists/dnscrypt-proxy