forked from pool/dnsdist
Marcus Rueckert
e97eb4c717
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
10 lines
290 B
Lua
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
|