From: Remi Gacogne Date: Mon, 17 Jul 2017 14:06:34 +0000 (+0200) Subject: dnsdist: Make it clear that the sample passwords should be changed X-Git-Tag: dnsdist-1.2.0~49^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5535%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Make it clear that the sample passwords should be changed --- diff --git a/pdns/dnsdistconf.lua b/pdns/dnsdistconf.lua index 03e07d214a..9d94ae7909 100644 --- a/pdns/dnsdistconf.lua +++ b/pdns/dnsdistconf.lua @@ -1,9 +1,9 @@ -- listen for console connection with the given secret key -controlSocket("0.0.0.0") -setKey("MXNeLFWHUe4363BBKrY06cAsH8NWNb+Se2eXU5+Bb74=") +-- controlSocket("0.0.0.0") +-- setKey(please generate a fresh private key with makeKey()) --- start the web server on port 8083, using password 'geheim2' -webserver("0.0.0.0:8083", "geheim2") +-- start the web server on port 8083, using password 'set a random password here' +-- webserver("0.0.0.0:8083", "set a random password here") -- accept DNS queries on UDP/5200 and TCP/5200 addLocal("0.0.0.0:5200")