]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix doc of SVCParams alpn description 11385/head
authorDaniel Stirnimann <daniel.stirnimann@posteo.ch>
Wed, 2 Mar 2022 12:51:43 +0000 (13:51 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Mar 2022 12:51:43 +0000 (13:51 +0100)
"doh" is not a valid alpn value. it's likely a typo and is meant to say "dot"

pdns/dnsdistdist/docs/reference/svc.rst

index a93143df697842dc25d644136959326a1ca717a0..58e23bc6e238797ff55fb2f8d22d53d6efc432f0 100644 (file)
@@ -26,7 +26,7 @@ SVCRecordParameters
 
     {
       mandatory={STRING},   -- The mandatory keys. the table of strings must be the key names (like "port" and "key998").
-      alpn={STRING},        -- alpns for this record, like "doh" or "h2".
+      alpn={STRING},        -- alpns for this record, like "dot" or "h2".
       noDefaultAlpn=BOOL,   -- When true, the no-default-alpn key is included in the record, false or absent means it does not exist in the record.
       port=NUM,             -- Port parameter to include.
       ipv4hint={STRING},    -- IPv4 hints to include into the record.