]> granicus.if.org Git - pdns/commitdiff
Document webserver=yes is needed for API until 4.1.0
authorEwoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
Thu, 29 Dec 2016 11:06:25 +0000 (12:06 +0100)
committerEwoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
Thu, 29 Dec 2016 11:06:25 +0000 (12:06 +0100)
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

index b170a5a1256a213a9950bff062a489ac886618b5..fefbf59cbe947bf3fb9d72e830524194aca7c7e0 100644 (file)
@@ -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: