coredns/README.md
2023-09-30 00:11:45 +02:00

7 lines
349 B
Markdown

# CoreDNS Deployment
Configuration:<br>
`$CDNS_DATA/config` should contain one file named `Corefile`, which stores CoreDNS configuration.<br>
`$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.