https://github.com/shmick/docker-dnscrypt-proxy
dnscrypt-proxy in a docker container
https://github.com/shmick/docker-dnscrypt-proxy
amd64 armv7 dns dnscrypt-proxy docker doh linux raspberry-pi
Last synced: 22 days ago
JSON representation
dnscrypt-proxy in a docker container
- Host: GitHub
- URL: https://github.com/shmick/docker-dnscrypt-proxy
- Owner: shmick
- Created: 2020-07-09T02:55:52.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-10T23:40:45.000Z (5 months ago)
- Last Synced: 2025-12-11T11:58:44.429Z (5 months ago)
- Topics: amd64, armv7, dns, dnscrypt-proxy, docker, doh, linux, raspberry-pi
- Language: Dockerfile
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dnscrypt-proxy
A lightweight container image of [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) with support for armv7, arm64 and amd64
### Listens on port 5300
## docker-compose.yml
```yaml
services:
dnscrypt-proxy:
container_name: dnscrypt-proxy
image: ghcr.io/shmick/docker-dnscrypt-proxy
ports:
- "5300:5300/tcp"
- "5300:5300/udp"
restart: unless-stopped
```