From d30eed73d7eeb0e56924aca7e8e7621cdb0c3b0b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 3 Nov 2025 11:24:49 +0100 Subject: [PATCH] dnsdist: Fix the outgoing DoT YAML example As reported by Eddict (thanks!). Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/docs/guides/dns-over-tls.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -------------------- -- 2.47.3