coredns/README.md
2022-08-26 02:52:21 +02:00

732 B

coredns

this repo contains configuration files for CoreDNS set up as a simple DNS over TLS (DoT) forwarding resolver, that is relying on a locally running dnscrypt-proxy instance for any and all queries.

since the systemd service runs under an unprivileged user (here coredns, which doesn't by default have access to /etc/letsencrypt), certs need to be supplied to coredns another way: copycerts_coredns.{path,service,timer}.

TO DO

  • automated deployment (preferably using ansible + drone)

LICENSE

WTFPLv2, see LICENSE for details