mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
manual page fixes from Tony Finch
git-svn-id: file:///svn/unbound/trunk@1840 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5d4249a6b0
commit
2588d76522
2 changed files with 18 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
17 September 2009: Wouter
|
17 September 2009: Wouter
|
||||||
- fix compile of unbound-host when --enable-alloc-checks.
|
- fix compile of unbound-host when --enable-alloc-checks.
|
||||||
- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
|
- Fix lookup problem reported by Koh-ichi Ito and Jaap Akkerhuis.
|
||||||
|
- Manual page fixes reported by Tony Finch.
|
||||||
|
|
||||||
16 September 2009: Wouter
|
16 September 2009: Wouter
|
||||||
- Fix memory leak reported by Tao Ma.
|
- Fix memory leak reported by Tao Ma.
|
||||||
|
|
|
||||||
|
|
@ -667,10 +667,12 @@ The query is answered from the local data for the zone name.
|
||||||
There may be no local data beneath the zone name.
|
There may be no local data beneath the zone name.
|
||||||
This answers queries for the zone, and all subdomains of the zone
|
This answers queries for the zone, and all subdomains of the zone
|
||||||
with the local data for the zone.
|
with the local data for the zone.
|
||||||
It can be used to redirect a domain to a different address, with
|
It can be used to redirect a domain to return a different address record
|
||||||
|
to the end user, with
|
||||||
local\-zone: "example.com." redirect and
|
local\-zone: "example.com." redirect and
|
||||||
local\-data: "example.com. A 127.0.0.1"
|
local\-data: "example.com. A 127.0.0.1"
|
||||||
queries for www.example.com and www.foo.example.com are redirected.
|
queries for www.example.com and www.foo.example.com are redirected, so
|
||||||
|
that users with web browsers cannot access sites with suffix example.com.
|
||||||
.TP 10
|
.TP 10
|
||||||
\h'5'\fInodefault\fR
|
\h'5'\fInodefault\fR
|
||||||
Used to turn off default contents for AS112 zones. The other types
|
Used to turn off default contents for AS112 zones. The other types
|
||||||
|
|
@ -826,6 +828,8 @@ There may be multiple
|
||||||
.B stub\-zone:
|
.B stub\-zone:
|
||||||
clauses. Each with a name: and zero or more hostnames or IP addresses.
|
clauses. Each with a name: and zero or more hostnames or IP addresses.
|
||||||
For the stub zone this list of nameservers is used. Class IN is assumed.
|
For the stub zone this list of nameservers is used. Class IN is assumed.
|
||||||
|
The servers should be authority servers, not recursors; unbound performs
|
||||||
|
the recursive processing itself for stub zones.
|
||||||
.P
|
.P
|
||||||
The stub zone can be used to configure authoritative data to be used
|
The stub zone can be used to configure authoritative data to be used
|
||||||
by the resolver that cannot be accessed using the public internet servers.
|
by the resolver that cannot be accessed using the public internet servers.
|
||||||
|
|
@ -864,11 +868,16 @@ the resolver picks up a correct list online.
|
||||||
.LP
|
.LP
|
||||||
There may be multiple
|
There may be multiple
|
||||||
.B forward\-zone:
|
.B forward\-zone:
|
||||||
clauses. Each with a name: and zero or more hostnames or IP addresses.
|
clauses. Each with a \fBname:\fR and zero or more hostnames or IP
|
||||||
For the forward zone this list of nameservers is used to forward the queries
|
addresses. For the forward zone this list of nameservers is used to
|
||||||
to. The servers have to handle further recursion for the query. Class IN is
|
forward the queries to. The servers listed as \fBforward\-host:\fR and
|
||||||
assumed. A forward\-zone entry with name "." and a forward\-addr target will
|
\fBforward-addr:\fR have to handle further recursion for the query. Thus,
|
||||||
forward all queries to that other server (unless it can answer from the cache).
|
those servers are not authority servers, but are (just like unbound is)
|
||||||
|
recursive servers too; unbound does not perform recursion itself for the
|
||||||
|
forward zone, it lets the remote server do it. Class IN is assumed.
|
||||||
|
A forward\-zone entry with name "." and a forward\-addr target will
|
||||||
|
forward all queries to that other server (unless it can answer from
|
||||||
|
the cache).
|
||||||
.TP
|
.TP
|
||||||
.B name: \fI<domain name>
|
.B name: \fI<domain name>
|
||||||
Name of the forward zone.
|
Name of the forward zone.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue