From: JP Mens Date: Fri, 10 Nov 2017 12:54:35 +0000 (+0100) Subject: mention API key required for access X-Git-Tag: auth-4.1.0-rc3~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb59506aa1f4bc60c76822c789197daae4af4d6b;p=pdns mention API key required for access --- diff --git a/docs/http-api/index.rst b/docs/http-api/index.rst index f30db51f7..4ff18556c 100644 --- a/docs/http-api/index.rst +++ b/docs/http-api/index.rst @@ -16,7 +16,7 @@ The following webserver related configuration items are available: * :ref:`setting-webserver`: If set to anything but 'no', a webserver is launched. * :ref:`setting-webserver-address`: Address to bind the webserver to. Defaults to 127.0.0.1, which implies that only the local computer is able to connect to the nameserver! To allow remote hosts to connect, change to 0.0.0.0 or the physical IP address of your nameserver. -* :ref:`setting-webserver-password`: If set, viewers will have to enter this plaintext password in order to gain access to the statistics. +* :ref:`setting-webserver-password`: If set, viewers will have to enter this plaintext password in order to gain access to the statistics, in addition to entering the configured API key on the index page. * :ref:`setting-webserver-port`: Port to bind the webserver to. * :ref:`setting-webserver-allow-from`: Netmasks that are allowed to connect to the webserver