root: explicit mark dnssec support (#6753)

DNSSEC keys can be specified relative to `root`: https://github.com/coredns/coredns/blob/master/plugin/dnssec/setup.go#L135

Co-authored-by: Nicolai Søborg <NicolaiSoeborg@users.noreply.github.com>
This commit is contained in:
Nicolai Søborg
2024-10-24 21:17:25 +02:00
committed by GitHub
parent 7078f1576f
commit 20c5f55802

View File

@@ -11,8 +11,9 @@ this. A relative root path is relative to the current working directory.
**NOTE: The *root* directory is NOT currently supported by all plugins.**
Currently the following plugins respect the *root* plugin configuration:
* file
* tls
* *file*
* *tls*
* *dnssec*
This plugin can only be used once per Server Block.
@@ -50,5 +51,6 @@ tls://example.com:853 {
**NOTE: The *root* directory is NOT currently supported by all plugins.**
Currently the following plugins respect the *root* plugin configuration:
* file
* tls
* *file*
* *tls*
* *dnssec*