From 20c5f558028bf9791658240587c795aa80bf1599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolai=20S=C3=B8borg?= <8722223+NicolaiSoeborg@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:17:25 +0200 Subject: [PATCH] `root`: explicit mark `dnssec` support (#6753) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- plugin/root/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/plugin/root/README.md b/plugin/root/README.md index 33ea89e75..4873fbab9 100644 --- a/plugin/root/README.md +++ b/plugin/root/README.md @@ -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*