From: Remi Gacogne Date: Mon, 3 Nov 2025 10:24:49 +0000 (+0100) Subject: dnsdist: Fix the outgoing DoT YAML example X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16405%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix the outgoing DoT YAML example As reported by Eddict (thanks!). Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/docs/guides/dns-over-tls.rst b/pdns/dnsdistdist/docs/guides/dns-over-tls.rst index 48815bbed3..8713320106 100644 --- a/pdns/dnsdistdist/docs/guides/dns-over-tls.rst +++ b/pdns/dnsdistdist/docs/guides/dns-over-tls.rst @@ -66,9 +66,9 @@ The same backend configuration in ``yaml``: - address: "[2001:DB8::1]:853" protocol: "DoT" tls: - - provider: "OpenSSL" - subject_name: "dot.powerdns.com" - validate_certificate: true + provider: "OpenSSL" + subject_name: "dot.powerdns.com" + validate_certificate: true Investigating issues --------------------