mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
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:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user