mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
And man page too.
git-svn-id: file:///svn/unbound/trunk@964 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
db6178e670
commit
8b3c553f23
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
19 February 2008: Wouter
|
||||||
|
- applied patch to unbound-host man page from Jan-Piet Mens.
|
||||||
|
|
||||||
18 February 2008: Wouter
|
18 February 2008: Wouter
|
||||||
- patch to unbound-host from Jan-Piet Mens.
|
- patch to unbound-host from Jan-Piet Mens.
|
||||||
- unbound host prints errors if fails to configure context.
|
- unbound host prints errors if fails to configure context.
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,8 @@
|
||||||
.IR keyfile ]
|
.IR keyfile ]
|
||||||
.RB [ \-F
|
.RB [ \-F
|
||||||
.IR namedkeyfile ]
|
.IR namedkeyfile ]
|
||||||
|
.RB [ \-C
|
||||||
|
.IR configfile ]
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.LP
|
.LP
|
||||||
.B Unbound\-host
|
.B Unbound\-host
|
||||||
|
|
@ -75,6 +77,10 @@ as for \-y. The zone file format, the same as dig and drill produce.
|
||||||
.B \-F \fInamedkeyfile
|
.B \-F \fInamedkeyfile
|
||||||
Reads keys from a BIND\-style named.conf file. Only the trusted\-key {}; entries
|
Reads keys from a BIND\-style named.conf file. Only the trusted\-key {}; entries
|
||||||
are read.
|
are read.
|
||||||
|
.TP
|
||||||
|
.B \-C \fIconfigfile
|
||||||
|
Uses the specified unbound.conf to prime
|
||||||
|
.IR libunbound (3).
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.LP
|
.LP
|
||||||
Some examples of use.
|
Some examples of use.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue