]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/unbound/doc/unbound.8.in
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / unbound / doc / unbound.8.in
1 .TH "unbound" "8" "Mar 21, 2013" "NLnet Labs" "unbound 1.4.20"
2 .\"
3 .\" unbound.8 -- unbound manual
4 .\"
5 .\" Copyright (c) 2007, NLnet Labs. All rights reserved.
6 .\"
7 .\" See LICENSE for the license.
8 .\"
9 .\"
10 .SH "NAME"
11 .LP
12 .B unbound
13 \- Unbound DNS validating resolver 1.4.20.
14 .SH "SYNOPSIS"
15 .LP
16 .B unbound
17 .RB [ \-h ]
18 .RB [ \-d ]
19 .RB [ \-v ]
20 .RB [ \-c 
21 .IR cfgfile ]
22 .SH "DESCRIPTION"
23 .LP
24 .B Unbound 
25 is an implementation of a DNS resolver, that does caching and 
26 DNSSEC validation.
27 .P
28 The available options are:
29 .TP
30 .B \-h
31 Show the version and commandline option help.
32 .TP
33 .B \-c\fI cfgfile
34 Set the config file with settings for unbound to read instead of reading the 
35 file at the default location, @ub_conf_file@. The syntax is
36 described in \fIunbound.conf\fR(5).
37 .TP
38 .B \-d
39 Debug flag, do not fork into the background, but stay attached to the
40 console. This flag will also delay writing to the logfile until the
41 thread\-spawn time. So that most config and setup errors appear on stderr.
42 .TP
43 .B \-v
44 Increase verbosity. If given multiple times, more information is logged.
45 This is in addition to the verbosity (if any) from the config file.
46 .SH "SEE ALSO"
47 \fIunbound.conf\fR(5), 
48 \fIunbound\-checkconf\fR(8).
49 .SH "AUTHORS"
50 .B Unbound
51 developers are mentioned in the CREDITS file in the distribution.