CoreDNS configs https://dns.dotya.ml/
Go to file
surtur c40f918804
initial commit
2022-08-26 02:52:21 +02:00
etc initial commit 2022-08-26 02:52:21 +02:00
.gitattributes initial commit 2022-08-26 02:52:21 +02:00
LICENSE initial commit 2022-08-26 02:52:21 +02:00
README.md initial commit 2022-08-26 02:52:21 +02:00

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