From: Otto Moerbeek Date: Thu, 23 Oct 2025 13:26:43 +0000 (+0200) Subject: Spell-check found typos X-Git-Tag: rec-5.4.0-alpha1~103^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41c8c0736988c0246d05a732fef25d0a49e0b71;p=thirdparty%2Fpdns.git Spell-check found typos Signed-off-by: Otto Moerbeek --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 37246347ab..62e63bd085 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -387,6 +387,7 @@ ecswho editline edns ednsbufsiz +ednsopt ednsoptions ednsoptionview ednssubnet @@ -1348,6 +1349,7 @@ stubquery stubresolver Stussy stutiredboy +subcondition subdomain subkeys submitters diff --git a/pdns/recursordist/docs/performance.rst b/pdns/recursordist/docs/performance.rst index 963f6b4e0c..719f5cae70 100644 --- a/pdns/recursordist/docs/performance.rst +++ b/pdns/recursordist/docs/performance.rst @@ -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 diff --git a/pdns/recursordist/rec-rust-lib/docs-new-preamble-in.rst b/pdns/recursordist/rec-rust-lib/docs-new-preamble-in.rst index d7902a5512..7a4c3b139d 100644 --- a/pdns/recursordist/rec-rust-lib/docs-new-preamble-in.rst +++ b/pdns/recursordist/rec-rust-lib/docs-new-preamble-in.rst @@ -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