"dump-cache <filename> dump cache contents to the named file\n"
"dump-edns [status] <filename> dump EDNS status to the named file\n"
"dump-failedservers <filename> dump the failed servers to the named file\n"
-"dump-nonresolving <filename> dump non-resolving nameservers addresses to the named file\n"
+"dump-non-resolving <filename> dump non-resolving nameservers addresses to the named file\n"
"dump-nsspeeds <filename> dump nsspeeds statistics to the named file\n"
"dump-rpz <zone name> <filename> dump the content of a RPZ zone to the named file\n"
"dump-throttlemap <filename> dump the contents of the throttle map to the named file\n"
if (cmd == "dump-throttlemap") {
return doDumpToFile(s, pleaseDumpThrottleMap, cmd);
}
- if (cmd == "dump-nonresolving") {
+ if (cmd == "dump-non-resolving") {
return doDumpToFile(s, pleaseDumpNonResolvingNS, cmd);
}
if (cmd == "wipe-cache" || cmd == "flushname") {
overwrite it otherwise. While dumping, the recursor will not answer
questions.
-dump-nonresolving *FILENAME*
+dump-non-resolving *FILENAME*
Dump the contents of the map of nameserver names that did not resolve to
an address. This file should not exist already, PowerDNS will
refuse to overwrite it otherwise. While dumping, the recursor will