From fb59506aa1f4bc60c76822c789197daae4af4d6b Mon Sep 17 00:00:00 2001 From: JP Mens Date: Fri, 10 Nov 2017 13:54:35 +0100 Subject: [PATCH] mention API key required for access --- docs/http-api/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http-api/index.rst b/docs/http-api/index.rst index f30db51f78..4ff18556c1 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 -- 2.47.2