dnscrypt-server-docker
dnscrypt-server-docker copied to clipboard
A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
I was watching my grafana stats and I noticed all stats are zeroed every 10 seconds. I looked at the pid of the encrypted-dns with `ps -a | grep encryped-dns`...
I'm swicthing to dnscrypt-server from normal operation to docker. The machine I'm running the docker image on runs nginx and doh-proxy on it too. nginx is running on port 8443...
Granted, `curl | bash` feels scary, but things can be done in a sane way, by making the script easy to review, and by allowing a signature to be verified...
Hey, so this would address #116. I've changed using `getopts` to `getopt` that allows for long option parameters (see the commented out lines as to why). I don't use it...
Hey, I'm working on setting this container up on my server, while the server itself is intended to be a secondary to certain zones. That involves using unbound to serve...
Hello! Currently Ubuntu is used as base image for creating this container: https://github.com/DNSCrypt/dnscrypt-server-docker/blob/8ea0501db173c81a8873a75db545ad9830c060a7/Dockerfile#L1 The Ubuntu base image is pretty *fat*, meaning a larger attack surface, a bigger size (80MB vs...