dnsdist/dnsdist.lua
Adam Majer 7e8723f5fd - update to 1.8.0~rc3
https://dnsdist.org/changelog.html#change-1.8.0-rc3
- dnsdist.lua sample config -- comment google's DNS servers. Valid
  downstream DNS resolver configuration should be chosen by the admin

OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=47
2023-03-22 13:43:24 +00:00

11 lines
336 B
Lua

-- this is a base example configuration
-- 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