2023-03-22 14:43:24 +01:00
|
|
|
-- this is a base example configuration
|
2016-07-11 17:35:17 +02:00
|
|
|
-- for more see https://github.com/PowerDNS/pdns/blob/master/pdns/dnsdistconf.lua
|
2018-07-10 18:39:36 +02:00
|
|
|
-- controlSocket("127.0.0.1")
|
|
|
|
-- setKey(please generate a fresh private key with makeKey())
|
|
|
|
|
2016-07-11 17:35:17 +02:00
|
|
|
addLocal("127.0.0.1:53")
|
2023-03-22 14:43:24 +01:00
|
|
|
-- newServer{address="8.8.8.8:53"}
|
|
|
|
-- newServer{address="8.8.4.4:53"}
|
2016-07-11 17:35:17 +02:00
|
|
|
|
|
|
|
-- vim: set filetype=lua
|