From 844bd0e884370baccaec585271933be0fa33736d Mon Sep 17 00:00:00 2001 From: Daniel Stirnimann Date: Wed, 2 Mar 2022 13:51:43 +0100 Subject: [PATCH] fix doc of SVCParams alpn description "doh" is not a valid alpn value. it's likely a typo and is meant to say "dot" --- pdns/dnsdistdist/docs/reference/svc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2