This commit is contained in:
135
2023-08-24 21:05:24 +03:00
commit 39a7133677
13 changed files with 226 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--
-- WARNING: auto-generated by Ansible powerdns-recursor role.
--
-- Debian default Lua configuration file for PowerDNS Recursor
-- Load DNSSEC root keys from dns-root-data package.
-- Note: If you provide your own Lua configuration file, consider
-- running rootkeys.lua too.
dofile("/usr/share/pdns-recursor/lua-config/rootkeys.lua")
-- zoneToCache(".", "url", "https://www.internic.net/domain/root.zone", { refreshPeriod = 0 })
zoneToCache(".", "file", "/etc/powerdns/root.zone", { refreshPeriod = 0 })
addNTA('mm', "private MM domain")
addNTA('miranda-media.net', "fix DNSSEC issue for MM domain")