A container to run Quad9's DNS over HTTPs service using the cloudflared binary.
docker run -p 53:53/udp -p 53:53/tcp -d raackley/quad9-doh
Kubernetes Deployment and Service files are included that support this image.
$ kubectl apply -f kubernetes/quad9-doh_deployment.yml
$ kubectl apply -f kubernetes/quad9-doh_service.yml
This is based on CloudFlare's Instructions to setup the service, but uses quad9's upstream DNS over HTTPS service.