## `dnssec`
* One of `off`, `process`, `log-fail`, `validate`, String
-* Default: `process`
+* Default: `off` (**note**: was `process` until 4.0.0-alpha2)
* Available since: 4.0.0
Set the mode for DNSSEC processing:
::arg().set("local-address","IP addresses to listen on, separated by spaces or commas. Also accepts ports.")="127.0.0.1";
::arg().setSwitch("non-local-bind", "Enable binding to non-local addresses by using FREEBIND / BINDANY socket options")="no";
::arg().set("trace","if we should output heaps of logging. set to 'fail' to only log failing domains")="off";
- ::arg().set("dnssec", "DNSSEC mode: off/process (default)/log-fail/validate")="process";
+ ::arg().set("dnssec", "DNSSEC mode: off (default)/process/log-fail/validate")="off";
::arg().set("daemon","Operate as a daemon")="no";
::arg().setSwitch("write-pid","Write a PID file")="yes";
::arg().set("loglevel","Amount of logging. Higher is more. Do not set below 3")="4";