]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix the outgoing DoT YAML example 16405/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 3 Nov 2025 10:24:49 +0000 (11:24 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 3 Nov 2025 10:24:49 +0000 (11:24 +0100)
As reported by Eddict (thanks!).

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/guides/dns-over-tls.rst

index 48815bbed3fd005eed40bb792e609fb494ba0800..8713320106b87d2cba830dcc52ce8c6e4d6700c6 100644 (file)
@@ -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
 --------------------