]> granicus.if.org Git - pdns/commitdiff
dnsdist: Make it clear that the sample passwords should be changed
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Jul 2017 14:06:34 +0000 (16:06 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 18 Jul 2017 12:43:34 +0000 (14:43 +0200)
pdns/dnsdistconf.lua

index 03e07d214ade42ec4af3ec931f6d2364642cebf7..9d94ae79093355398e2a6516c0fd11f414f99c2b 100644 (file)
@@ -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")