From 7b2cae4e09becce9eca5ec985d46aeb931b86a61 Mon Sep 17 00:00:00 2001 From: Henk Kraal Date: Fri, 27 Feb 2015 14:41:16 +0100 Subject: [PATCH] Added web server configuration parameters --- docs/markdown/httpapi/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/markdown/httpapi/README.md b/docs/markdown/httpapi/README.md index a7cdb7a8e8..e8e1b31456 100644 --- a/docs/markdown/httpapi/README.md +++ b/docs/markdown/httpapi/README.md @@ -44,6 +44,14 @@ After restarting `pdns_server`, the following examples should start working: `jq` is a highly recommended tool for pretty-printing JSON. If you don't have `jq`, try `json_pp` or `python -mjson.tool` instead. +When running multiple instances you might want to specify on which address the web server should run: + + # IP Address of web server to listen on + webserver-address=127.0.0.1 + # Port of web server to listen on + webserver-port=8081 + # Web server access is only allowed from these subnets + webserver-allow-from=0.0.0.0/0,::/0" Try it (Recursor edition) ------------------------- -- 2.47.2