This keeps it read only for speed, with no locking necessary.
- forward command for unbound control to change forwarders to use
on the fly.
+ - document that unbound-host reads no config file by default.
12 February 2009: Wouter
- call setusercontext if available (on BSD).
results. With the \fB\-v\fR option it displays validation
status: secure, insecure, bogus (security failure).
.P
+By default it reads no configuration file whatsoever. It attempts to reach
+the internet root servers. With \fB\-C\fR an unbound config file and with
+\fB\-r\fR resolv.conf can be read.
+.P
The available options are:
.TP
.I hostname
printf(" -y 'example.com DS 31560 5 1 1CFED8478...'\n");
printf(" -f keyfile read trust anchors from file, with lines as -y.\n");
printf(" -F keyfile read named.conf-style trust anchors.\n");
- printf(" -C config use the specified unbound.conf\n");
+ printf(" -C config use the specified unbound.conf (none read by default)\n");
printf(" -r read forwarder information from /etc/resolv.conf\n");
printf(" breaks validation if the fwder does not do DNSSEC.\n");
printf(" -v be more verbose, shows nodata and security.\n");