From 6c95e3c88c0168a577e6a269dac6f18d98f49d46 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 29 Dec 2016 12:06:25 +0100 Subject: [PATCH] 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. --- docs/markdown/httpapi/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/markdown/httpapi/README.md b/docs/markdown/httpapi/README.md index b170a5a125..fefbf59cbe 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: -- 2.47.2