]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Spell-check found typos
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 23 Oct 2025 13:26:43 +0000 (15:26 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 10 Nov 2025 14:29:30 +0000 (15:29 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
.github/actions/spell-check/expect.txt
pdns/recursordist/docs/performance.rst
pdns/recursordist/rec-rust-lib/docs-new-preamble-in.rst

index 37246347ab69c32f483097b8bd2c3e330150b7cb..62e63bd085f6cdc5faf36933dcbd14ff4e7c0058 100644 (file)
@@ -387,6 +387,7 @@ ecswho
 editline
 edns
 ednsbufsiz
+ednsopt
 ednsoptions
 ednsoptionview
 ednssubnet
@@ -1348,6 +1349,7 @@ stubquery
 stubresolver
 Stussy
 stutiredboy
+subcondition
 subdomain
 subkeys
 submitters
index 963f6b4e0cd6bcc7083fe8b6b17d076637bc9091..719f5cae7055c09732d91a374856e1b6366cca68 100644 (file)
@@ -435,7 +435,7 @@ The following subconditions can be specified:
 - ``qnames``: a suffixmatch with the incoming qname is done against the suffixes specified in ``qnames``.
 - ``qtypes``: the qtype of the incoming query must be listed in ``qtypes``
 - ``qid``: the query id of the incoming query must match ``qid``.
-- ``edns_option_required``: the incoming query must have an EDSN option specifying the TraceID.
+- ``edns_option_required``: the incoming query must have an EDNS option specifying the TraceID.
 - ``traceid_only``: if ``true`` only the TraceID is picked up from EDNS data (if present) and placed into the protobuf `openTelemetryTraceID` field; no detailed `openTelemetryData` is produced.
 
 In the following example, two conditions are specified:
@@ -452,7 +452,7 @@ In the following example, two conditions are specified:
          edns_option_required: true
 
 The first condition specifies that all queries coming from ``127.0.0.1`` or ``::1`` should generate trace information.
-No subconditionss are relevant.
+No subconditions are relevant.
 
 The second condition specifies that queries coming from the ``192.167.178.0/24`` subnet should generate trace info only if the query name is ``a.very.specific.suffix`` (or has that suffix), the query type is ``A`` or ``AAAA``, the query id is ``1234`` and the EDNS option containing a TraceID is present.
 
@@ -461,7 +461,7 @@ Queries coming from an IP not matching any of the mentioned subnets will not gen
 Note that only the source IP is used to select a condition to evaluate.
 It is undefined what happens if a subnet occurs multiple times in all :ref:`setting-yaml-logging.opentelemetry_trace_conditions`.
 
-To generate OpenTelemetry Trace information for all queries (matching the 5.3.x behaviour), the follwing condition can be used:
+To generate OpenTelemetry Trace information for all queries (matching the 5.3.x behaviour), the following condition can be used:
 
 .. code-block:: yaml
 
index d7902a5512362edb2f87171c84f33738489dec39..7a4c3b139db40ab5f3f96b729df984b46ed8fb40 100644 (file)
@@ -648,7 +648,7 @@ As of version 5.4.0, an OpenTelemetry Trace condition is defined as
    acls: sequence of string representing subnets, required
    qnames: sequence of string representing DNS names
    qtypes: a sequence of string representing Query Type names
-   qid: an integer specyfying a Query ID
+   qid: an integer specifying a Query ID
    edns_option_required: bool, default false
    traceid_only: bool, default false