On Thu, Jan 21, 2016 at 12:42:26PM +0000, Federico Olivieri wrote: > I need to load a DNSSEC key for my power DNS recursor in order to "talk" > with some IPv6 root server under test. Can you please suggest me how do it > or point me in the right direction?
Hmm, this is indeed not documented it appears. Try https://doc.powerdns.com/md/recursor/settings/#lua-config-file And put in that config file: clearDS() addDS(".", "19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5") This gets you the default root anchor, but you can put in your own of course. Bert _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
