A tool for securing communications between a client and a DNS resolver
5M+
| Environment | Default value |
|---|---|
| LOCAL_PORT | 5353 |
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
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
You can't run the container on the port below than 1024 because of the running user nobody, but you can forward the port.
Content type
Image
Digest
sha256:1bbeb0df6…
Size
8.3 MB
Last updated
over 1 year ago
docker pull gists/dnscrypt-proxy