coredns/README.md

7 lines
353 B
Markdown
Raw Normal View History

2023-09-29 20:58:41 +00:00
# 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.<br>
`$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.