SHA256
1
0
forked from pool/dnsdist
dnsdist/dnsdist.lua
Marcus Rueckert e97eb4c717 - Comment out the control socket statement and add a commented out
line for setKey as it is in the upstream configuration. The old
  default configuration did not work anymore anyway and this makes
  it clearer that you need both lines.

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=9
2018-07-10 16:39:36 +00:00

10 lines
290 B
Lua

-- for more see https://github.com/PowerDNS/pdns/blob/master/pdns/dnsdistconf.lua
-- controlSocket("127.0.0.1")
-- setKey(please generate a fresh private key with makeKey())
addLocal("127.0.0.1:53")
newServer{address="8.8.8.8:53"}
newServer{address="8.8.4.4:53"}
-- vim: set filetype=lua