]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix one remaining typo
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Mar 2026 08:28:22 +0000 (09:28 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 24 Mar 2026 08:16:20 +0000 (09:16 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/reference/actions.rst

index 48a95ae6d50566d2fb2f15ab735b4f1443435e8a..e2288cfd5ed1992252783c6a42f6b2cb3130b9a8 100644 (file)
@@ -491,7 +491,7 @@ The following actions exist.
   * ``ipEncryptKey=""``: str - A key, that can be generated via the :func:`makeIPCipherKey` function, to encrypt the IP address of the requestor for anonymization purposes. The encryption is done using ipcrypt for IPv4 and a 128-bit AES ECB operation for IPv6.
   * ``exportTags=""``: str - The comma-separated list of keys of internal tags to export into the ``tags`` Protocol Buffer field, as "key:value" strings. Note that a tag with an empty value will be exported as "<key>", not "<key>:". An empty string means that no internal tag will be exported. The special value ``*`` means that all tags will be exported.
   * ``exportTagsKeyOnly=false``: boolean - Whether to export tags matched by ``exportTags`` or ``exportTagsPrefixes`` as ``key`` (``true``) or ``key:value`` strings (``false``, the default).
-  * ``exportTagsPrefixes="""``: str - Comma-separated list of prefixes: internal tags whose keys match at least one of these prefixes will be exported into the ``tags`` Protocol Buffer field, as ``key:value`` strings (or as ``key`` if ``exportTagsKeyOnly`` is set). Tags whose keys match at least of the entries in ``exportTags`` will be exported as well.
+  * ``exportTagsPrefixes="""``: str - Comma-separated list of prefixes: internal tags whose keys match at least one of these prefixes will be exported into the ``tags`` Protocol Buffer field, as ``key:value`` strings (or as ``key`` if ``exportTagsKeyOnly`` is set). Tags whose keys match at least one of the entries in ``exportTags`` will be exported as well.
   * ``exportTagsStripPrefixes=false``: boolean - Whether to strip the prefix part of the key when exporting a tag matched by one of the prefixes defined in ``exportTagsPrefixes``.
 
 .. function:: RemoteLogResponseAction(remoteLogger[, alterFunction[, includeCNAME [, options [, metas [, delay]]]]])