Differences
This shows you the differences between two versions of the page.
Next revision | Previous revisionLast revisionBoth sides next revision | ||
opennic:dnssec [2018-04-16T19:49:31Z] – created jonaharagon | opennic:dnssec [2021-03-20T16:36:50Z] – Updated root server IP Shdwdrgn | ||
---|---|---|---|
Line 39: | Line 39: | ||
> | > | ||
> < | > < | ||
- | dig DNSKEY . @45.56.116.224 +short | + | dig DNSKEY . @195.201.99.61 +short |
</ | </ | ||
> < | > < | ||
Line 72: | Line 72: | ||
4. Restart BIND: '' | 4. Restart BIND: '' | ||
+ | |||
+ | ==== PowerDNS Recursor ==== | ||
+ | |||
+ | Create ''/ | ||
+ | |||
+ | <file lua config.lua> | ||
+ | addDS(' | ||
+ | </ | ||
+ | |||
+ | Add the following lines to ''/ | ||
+ | |||
+ | < | ||
+ | lua-config-file=/ | ||
+ | dnssec=log-fail | ||
+ | </ | ||
+ | |||
+ | Note that this will validate correctly, but will only log bogus domains instead of returning '' | ||
+ | |||
+ | Restart PowerDNS: '' | ||
==== dnsmasq ==== | ==== dnsmasq ==== |