summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/doc/unbound.8
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 00:40:21 +0000
committerdes <des@FreeBSD.org>2013-09-15 00:40:21 +0000
commit52a4bf6eecd60016dcd14c7c7e70d82e535c4ec9 (patch)
treeb8b8e24429fad9a6971db09b17b6d8cc062cb87c /contrib/unbound/doc/unbound.8
parentf5152501e6ad1b2e5058b824ff452dcb2a2ddbcc (diff)
downloadFreeBSD-src-52a4bf6eecd60016dcd14c7c7e70d82e535c4ec9.zip
FreeBSD-src-52a4bf6eecd60016dcd14c7c7e70d82e535c4ec9.tar.gz
Generated configuration and documentation
Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound/doc/unbound.8')
-rw-r--r--contrib/unbound/doc/unbound.851
1 files changed, 51 insertions, 0 deletions
diff --git a/contrib/unbound/doc/unbound.8 b/contrib/unbound/doc/unbound.8
new file mode 100644
index 0000000..009ff6f
--- /dev/null
+++ b/contrib/unbound/doc/unbound.8
@@ -0,0 +1,51 @@
+.TH "unbound" "8" "Mar 21, 2013" "NLnet Labs" "unbound 1.4.20"
+.\"
+.\" unbound.8 -- unbound manual
+.\"
+.\" Copyright (c) 2007, NLnet Labs. All rights reserved.
+.\"
+.\" See LICENSE for the license.
+.\"
+.\"
+.SH "NAME"
+.LP
+.B unbound
+\- Unbound DNS validating resolver 1.4.20.
+.SH "SYNOPSIS"
+.LP
+.B unbound
+.RB [ \-h ]
+.RB [ \-d ]
+.RB [ \-v ]
+.RB [ \-c
+.IR cfgfile ]
+.SH "DESCRIPTION"
+.LP
+.B Unbound
+is an implementation of a DNS resolver, that does caching and
+DNSSEC validation.
+.P
+The available options are:
+.TP
+.B \-h
+Show the version and commandline option help.
+.TP
+.B \-c\fI cfgfile
+Set the config file with settings for unbound to read instead of reading the
+file at the default location, /etc/unbound/unbound.conf. The syntax is
+described in \fIunbound.conf\fR(5).
+.TP
+.B \-d
+Debug flag, do not fork into the background, but stay attached to the
+console. This flag will also delay writing to the logfile until the
+thread\-spawn time. So that most config and setup errors appear on stderr.
+.TP
+.B \-v
+Increase verbosity. If given multiple times, more information is logged.
+This is in addition to the verbosity (if any) from the config file.
+.SH "SEE ALSO"
+\fIunbound.conf\fR(5),
+\fIunbound\-checkconf\fR(8).
+.SH "AUTHORS"
+.B Unbound
+developers are mentioned in the CREDITS file in the distribution.
OpenPOWER on IntegriCloud