Global Flag
These flags are global. They affect all subcommands.
They must appear before the subcommand.
Right
Wrong
-debug
Enable debug output. (The
-v
alias is the original name for this flag. That alias will go away eventually.)
--allow-fetch
Enable the
fetch()
function indnsconfig.js
(or equivalent). It is disabled by default because it can be used for nefarious purposes. It is dangerous on untrusted code! Enable it only if you trust all the people editing dnsconfig.js.
--disableordering
Disables update reordering. Normally DNSControl re-orders the updates done by
push
. This is usually only used to work around bugs in the reordering code.
--no-colors
Disable colors. See Disabling Colors for details.
Last updated