]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the documentation (dashbpard) 12474/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 25 Jan 2023 15:31:48 +0000 (16:31 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 25 Jan 2023 15:31:48 +0000 (16:31 +0100)
pdns/dnsdistdist/docs/reference/config.rst

index 506b7663d6af64175a25ff160815bd64847656a2..03c1ac936af7823243e4a77e7953b2418a3722ba 100644 (file)
@@ -379,7 +379,7 @@ Webserver configuration
   * ``customHeaders={[str]=str,...}``: map of string - Allows setting custom headers and removing the defaults.
   * ``acl=newACL``: string - List of IP addresses, as a string, that are allowed to open a connection to the web server. Defaults to "127.0.0.1, ::1".
   * ``apiRequiresAuthentication``: bool - Whether access to the API (/api endpoints) require a valid API key. Defaults to true.
-  * ``dashbpardRequiresAuthentication``: bool - Whether access to the internal dashboard requires a valid password. Defaults to true.
+  * ``dashboardRequiresAuthentication``: bool - Whether access to the internal dashboard requires a valid password. Defaults to true.
   * ``statsRequireAuthentication``: bool - Whether access to the statistics (/metrics and /jsonstat endpoints) require a valid password or API key. Defaults to true.
   * ``maxConcurrentConnections``: int - The maximum number of concurrent web connections, or 0 which means an unlimited number. Defaults to 100.
   * ``hashPlaintextCredentials``: bool - Whether passwords and API keys provided in plaintext should be hashed during startup, to prevent the plaintext versions from staying in memory. Doing so increases significantly the cost of verifying credentials. Defaults to false.