From 931cb9e09612fc83da911403fc85af20daa6b228 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 11 Jun 2019 11:07:54 +0200 Subject: [PATCH] fix weird formatting of param type --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 623ef6c2d4..426ea1e1a0 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -110,7 +110,7 @@ Listen Sockets The default port is 443. :param str certFile(s): The path to a X.509 certificate file in PEM format, or a list of paths to such files. :param str keyFile(s): The path to the private key file corresponding to the certificate, or a list of paths to such files, whose order should match the certFile(s) ones. - :param str or list urls: A base URL, or a list of base URLs, to accept queries on. Any query with a path under one of these will be treated as a DoH query. The default is /. + :param str-or-list urls: A base URL, or a list of base URLs, to accept queries on. Any query with a path under one of these will be treated as a DoH query. The default is /. :param table options: A table with key: value pairs with listen options. Options: -- 2.39.2