This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ 6130. [func] The new "delv +ns" option activates name server mode,
2
+ in which delv sets up an internal recursive
3
+ resolver and uses that, rather than an external
4
+ server, to look up the requested data. All messages
5
+ sent and received during the resolution and
6
+ validation process are logged. This can be used in
7
+ place of "dig +trace"; it more accurately
8
+ replicates the behavior of named when resolving
9
+ a query. [GL #3842]
10
+
1
11
6129. [cleanup] Value stored to 'source' during its initialization is
2
12
never read. [GL #3965]
3
13
Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ New Features
23
23
- BIND now depends on ``liburcu ``, Userspace RCU, for lock-free data
24
24
structures. :gl: `#3934 `
25
25
26
+ - The new ``delv +ns `` option activates name server mode, in which ``delv ``
27
+ sets up an internal recursive resolver and uses that, rather than an
28
+ external server, to look up the requested query name and type. All messages
29
+ sent and received during the resolution and validation process are logged.
30
+ This can be used in place of ``dig +trace ``: it more accurately
31
+ reproduces the behavior of ``named `` when resolving a query.
32
+
33
+ The log message ``resolver priming query complete `` was moved from the
34
+ INFO log level to the DEBUG(1) log level, to prevent ``delv `` from
35
+ emitting that message when setting up its internal resolver. :gl: `#3842 `
36
+
26
37
Removed Features
27
38
~~~~~~~~~~~~~~~~
28
39
You can’t perform that action at this time.
0 commit comments