From: Remi Gacogne Date: Wed, 26 Oct 2016 10:56:22 +0000 (+0200) Subject: dnsdist: The configuration file is dnsdist.conf, not dnsdistconf.lua X-Git-Tag: dnsdist-1.1.0-beta2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f354a19533e4bbe244079101f6baa9e23d0aa772;p=thirdparty%2Fpdns.git dnsdist: The configuration file is dnsdist.conf, not dnsdistconf.lua --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 765195180b..9334932781 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -786,7 +786,7 @@ First run on the command line, and generate a key: setKey("sepuCcHcQnSAZgNbNPCCpDWbujZ5esZJmrt/wh6ldkQ=") ``` -Now add this setKey line to `dnsdistconf.lua`, and also add: +Now add this setKey line to `dnsdist.conf`, and also add: ``` controlSocket("0.0.0.0") -- or add portnumber too