2008-01-10 10:46:55 -05:00
|
|
|
.TH "unbound" "8" "@date@" "NLnet Labs" "unbound @version@"
|
2007-06-20 03:47:56 -04:00
|
|
|
.\"
|
|
|
|
|
.\" unbound.8 -- unbound manual
|
|
|
|
|
.\"
|
|
|
|
|
.\" Copyright (c) 2007, NLnet Labs. All rights reserved.
|
|
|
|
|
.\"
|
|
|
|
|
.\" See LICENSE for the license.
|
|
|
|
|
.\"
|
|
|
|
|
.\"
|
2008-01-10 10:46:55 -05:00
|
|
|
.SH "NAME"
|
|
|
|
|
.LP
|
|
|
|
|
.B unbound
|
|
|
|
|
\- Unbound DNS validating resolver @version@.
|
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
|
.LP
|
|
|
|
|
.B unbound
|
|
|
|
|
.RB [ \-h ]
|
|
|
|
|
.RB [ \-d ]
|
|
|
|
|
.RB [ \-v ]
|
|
|
|
|
.RB [ \-c
|
|
|
|
|
.IR cfgfile ]
|
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
|
.LP
|
|
|
|
|
.B Unbound
|
2007-01-29 08:54:32 -05:00
|
|
|
is an implementation of a DNS resolver, that does caching and
|
|
|
|
|
DNSSEC validation.
|
2008-01-10 10:46:55 -05:00
|
|
|
.P
|
2007-01-29 08:54:32 -05:00
|
|
|
The available options are:
|
2008-01-10 10:46:55 -05:00
|
|
|
.TP
|
|
|
|
|
.B \-h
|
2007-01-29 08:54:32 -05:00
|
|
|
Show the version and commandline option help.
|
2008-01-10 10:46:55 -05:00
|
|
|
.TP
|
|
|
|
|
.B \-c\fI cfgfile
|
2007-11-09 08:52:13 -05:00
|
|
|
Set the config file with settings for unbound to read instead of the
|
|
|
|
|
file at default location /etc/unbound/unbound.conf. The syntax is
|
2008-01-10 10:46:55 -05:00
|
|
|
described in \fIunbound.conf\fR(5).
|
|
|
|
|
.TP
|
|
|
|
|
.B \-d
|
2007-02-23 10:23:33 -05:00
|
|
|
Debug flag, do not fork into the background, but stay attached to the
|
2007-10-04 11:10:11 -04:00
|
|
|
console. This flag will also delay writing to the logfile until the
|
2008-01-10 10:46:55 -05:00
|
|
|
thread\-spawn time. So that most config and setup errors appear on stderr.
|
|
|
|
|
.TP
|
|
|
|
|
.B \-v
|
2007-01-29 08:54:32 -05:00
|
|
|
Increase verbosity. If given multiple times, more information is logged.
|
2007-02-22 08:36:29 -05:00
|
|
|
This is in addition to the verbosity (if any) from the config file.
|
2008-01-10 10:46:55 -05:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
|
\fIunbound.conf\fR(5),
|
|
|
|
|
\fIunbound\-checkconf\fR(8).
|
|
|
|
|
.SH "AUTHORS"
|
|
|
|
|
.B Unbound
|
2007-01-29 08:54:32 -05:00
|
|
|
developers are mentioned in the CREDITS file in the distribution.
|