Skip to content

Mistake in dnsdist online documentation #16386

@Eddict

Description

@Eddict
  • Program: dnsdist
  • Issue type: Bug report

Short description

The documentation has a mistake in the 'The same backend configuration in yaml' example.
DNS-over-TLS outgoing

Environment

N/A

Steps to reproduce

N/A

Expected behaviour

backends:
  - address: "[2001:DB8::1]:853"
    protocol: "DoT"
    tls:
      provider: "OpenSSL"
      subject_name: "dot.powerdns.com"
      validate_certificate: true

(provider should not be a sequence)

Actual behaviour

backends:
  - address: "[2001:DB8::1]:853"
    protocol: "DoT"
    tls:
      - provider: "OpenSSL"
        subject_name: "dot.powerdns.com"
        validate_certificate: true

Other information

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions