Init.
This commit is contained in:
12
templates/etc/powerdns/recursor.lua.j2
Normal file
12
templates/etc/powerdns/recursor.lua.j2
Normal 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")
|
||||
Reference in New Issue
Block a user