From: Ewoud Kohl van Wijngaarden Date: Thu, 29 Dec 2016 11:06:25 +0000 (+0100) Subject: Document webserver=yes is needed for API until 4.1.0 X-Git-Tag: rec-4.1.0-alpha1~363^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c95e3c88c0168a577e6a269dac6f18d98f49d46;p=pdns Document webserver=yes is needed for API until 4.1.0 536ab56f5d6e3f657c787c2e6be1a55c7a422241 removed the need for webserver=yes in pdns.conf when api=yes but that hasn't made it to a stable release. This ensures the documentation provides a working configuration for new users. --- diff --git a/docs/markdown/httpapi/README.md b/docs/markdown/httpapi/README.md index b170a5a12..fefbf59cb 100644 --- a/docs/markdown/httpapi/README.md +++ b/docs/markdown/httpapi/README.md @@ -18,6 +18,8 @@ Then configure as follows: api=yes api-key=changeme + # Needed before 4.1.0 + webserver=yes After restarting `pdns_server`, the following examples should start working: