mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 05:19:34 -05:00
clean query returns.
git-svn-id: file:///svn/unbound/trunk@1054 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f9fd2676f9
commit
f47e78c543
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
16 April 2008: Wouter
|
||||
- requirements doc, updated clean query returns.
|
||||
|
||||
15 April 2008: Wouter
|
||||
- fixup default rc.d pidfile location to /usr/local/etc.
|
||||
- iana ports updated.
|
||||
|
|
|
|||
|
|
@ -203,6 +203,6 @@ o If a client makes a query without RD bit, in the case of a returned
|
|||
o Case preservation
|
||||
Unbound preserves the casing received from authority servers as best
|
||||
as possible. It compresses without case, so case can get lost there.
|
||||
The casing from the authority server is used in preference to the casing
|
||||
of the query name. This is different from BIND. RFC4343 allows either
|
||||
The casing from the query name is used in preference to the casing
|
||||
of the authority server. This is the same as BIND. RFC4343 allows either
|
||||
behaviour.
|
||||
|
|
|
|||
Loading…
Reference in a new issue