From: Remi Gacogne Date: Mon, 2 Jun 2025 13:41:07 +0000 (+0200) Subject: dnsdist: Update stale YAML selectors documentation X-Git-Tag: dnsdist-2.0.0-beta1~39^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d14d94f9f5236c0e29e023ab57e68dc9bfa24e8;p=thirdparty%2Fpdns.git dnsdist: Update stale YAML selectors documentation Signed-off-by: Remi Gacogne --- 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: