From: Daniel Stirnimann Date: Wed, 2 Mar 2022 12:51:43 +0000 (+0100) Subject: fix doc of SVCParams alpn description X-Git-Tag: rec-4.7.0-beta1~72^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=844bd0e884370baccaec585271933be0fa33736d;p=thirdparty%2Fpdns.git fix doc of SVCParams alpn description "doh" is not a valid alpn value. it's likely a typo and is meant to say "dot" --- diff --git a/pdns/dnsdistdist/docs/reference/svc.rst b/pdns/dnsdistdist/docs/reference/svc.rst index a93143df69..58e23bc6e2 100644 --- a/pdns/dnsdistdist/docs/reference/svc.rst +++ b/pdns/dnsdistdist/docs/reference/svc.rst @@ -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.