From 4b775242a59fd2d1ca7dc35ed10534393ae4e5f9 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 17 Jul 2017 16:06:34 +0200 Subject: [PATCH] dnsdist: Make it clear that the sample passwords should be changed --- pdns/dnsdistconf.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/dnsdistconf.lua b/pdns/dnsdistconf.lua index 03e07d214..9d94ae790 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") -- 2.40.0