From 9d14d94f9f5236c0e29e023ab57e68dc9bfa24e8 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 2 Jun 2025 15:41:07 +0200 Subject: [PATCH] dnsdist: Update stale YAML selectors documentation Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/docs/reference/yaml-selectors.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsdistdist/docs/reference/yaml-selectors.rst b/pdns/dnsdistdist/docs/reference/yaml-selectors.rst index 4fb2d90b40..cecaf850e2 100644 --- a/pdns/dnsdistdist/docs/reference/yaml-selectors.rst +++ b/pdns/dnsdistdist/docs/reference/yaml-selectors.rst @@ -613,6 +613,7 @@ Parameters: - **tag**: String - The name of the tag that has to be set - **value**: String ``("")`` - If set, the value the tag has to be set to +- **empty-as-wildcard**: Boolean ``(true)`` - Because of a limitation in our Rust <-> C++ interoperability layer, ``value`` defaults to an empty string, which makes it impossible to express whether an empty ``value`` means that we should match on all values (so as long as the tag has been set) or only if the value is actually empty. This flag fixes that: if ``value`` is empty and this parameter is set to ``false`` the selector will only match if the actual value of the tag is empty, while if it set to ``true`` (default) it will match as long as the tag is set, regardless of the value .. _yaml-settings-TCPSelector: -- 2.47.2