Go to file
Bryan Joshua Pedini 9135706ac0 coredns deployment 2023-09-30 00:17:46 +02:00
.gitignore coredns deployment 2023-09-30 00:17:46 +02:00
LICENSE first commit 2023-09-30 00:17:41 +02:00
README.md first commit 2023-09-30 00:17:41 +02:00
docker-compose.yml coredns deployment 2023-09-30 00:17:46 +02:00
example.env coredns deployment 2023-09-30 00:17:46 +02:00

README.md

CoreDNS Deployment

Configuration:
$CDNS_DATA/config should contain one file named Corefile, which stores CoreDNS configuration.
$CDNS_DATA/zones can contain the db.* zone files.
$CDNS_REPO in the environment file can point towards a custom built CoreDNS repo, for example for compiling in other plugins. Do not touch if unsure.