]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix: added missing closed bracket 13370/head
authorBitWorker <48549636+b1tw0rker@users.noreply.github.com>
Mon, 16 Oct 2023 08:02:25 +0000 (10:02 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 08:02:25 +0000 (10:02 +0200)
pdns/dnsdistdist/docs/guides/dns-over-https.rst

index 6f4e5d16b682822338edd3012ab5e219b5e609b4..eefd78864ccd36db76862b52b3bebd88bc60c265 100644 (file)
@@ -25,7 +25,7 @@ the call to :func:`addDOHLocal`. It is optional and defaults to ``/`` in 1.4.0,
 
 The fifth parameter, if present, indicates various options. For instance, you use it to indicate custom HTTP headers. An example is::
 
-  addDOHLocal('2001:db8:1:f00::1', '/etc/ssl/certs/example.com.pem', '/etc/ssl/private/example.com.key', "/dns", {customResponseHeaders={["x-foo"]="bar"}}
+  addDOHLocal('2001:db8:1:f00::1', '/etc/ssl/certs/example.com.pem', '/etc/ssl/private/example.com.key', "/dns", {customResponseHeaders={["x-foo"]="bar"}})
 
 A more complicated (and more realistic) example is when you want to indicate metainformation about the server, such as the stated policy (privacy statement and so on). We use the link types of RFC 8631::